Skip to content

Commit

Permalink
chore(remix): Add note about React Router v7 to README (#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Dec 16, 2024
1 parent cb36566 commit 2d5c62b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/large-hats-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/remix': patch
---

Add note about React Router v7 to the README. If you want to use React Router v7 and Clerk together, please use the [`@clerk/react-router`](https://clerk.com/docs/references/react-router/overview) SDK instead.
4 changes: 3 additions & 1 deletion packages/remix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@

</div>

> [!IMPORTANT] If you're starting a new project with React Router v7 or are in the process of upgrading a Remix v2 application, please use the [`@clerk/react-router`](https://clerk.com/docs/references/react-router/overview) SDK. `@clerk/remix` is only compatible with Remix v2.
## Getting Started

[Clerk](https://clerk.com/?utm_source=github&utm_medium=clerk_remix) is the easiest way to add authentication and user management to your Remix application. Add sign up, sign in, and profile management to your application in minutes.

### Prerequisites

- Remix `^2.0.0` or later
- Remix `^2.0.0`
- React 18 or later
- Node.js `>=18.17.0` or later
- An existing Clerk application. [Create your account for free](https://dashboard.clerk.com/sign-up?utm_source=github&utm_medium=clerk_remix).
Expand Down

0 comments on commit 2d5c62b

Please sign in to comment.