Skip to content

Commit f6d0011

Browse files
committed
Add v2 maintenance mode warning (#10630)
1 parent dd28f63 commit f6d0011

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Welcome to Remix!
22

3+
> [!IMPORTANT]
4+
> With the release of [React Router v7](https://remix.run/blog/react-router-v7) we are sun-setting continued development/maintenance on Remix v2. If you have not already [upgraded to React Router v7](https://reactrouter.com/upgrading/remix), we recommend you do so. We've tried to make the upgrade process as smooth as possible with our [Future Flags](https://remix.run/docs/en/main/start/future-flags).
5+
>
6+
> We plan to continue to address bugs that pose security concerns or prevent upgrading to React Router v7. If you have a bug in one of those categories, please open an issue in this repository and prefix the title with `(v2):`.
7+
>
8+
> For all other issues, ongoing maintenance will be happening in React Router v7, so please o[pen issues (bugs) and/or discussions (feature requests) [in that repo](https://github.com/remix-run/react-router/issues/new?template=bug_report.yml).
9+
310
We are happy you're here!
411

512
[Remix](https://remix.run) is a full stack web framework that lets you focus on the user interface and work back through web fundamentals to deliver a fast, slick, and resilient user experience that deploys to any Node.js server and even non-Node.js environments at the edge like Cloudflare Workers.

0 commit comments

Comments
 (0)