You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrading/remix.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ order: 2
5
5
6
6
# Upgrading from Remix
7
7
8
+
<docs-info>
9
+
10
+
React Router v7 requires the following minimum versions:
11
+
12
+
-`node@20`
13
+
-`react@18`
14
+
-`react-dom@18`
15
+
16
+
</docs-info>
17
+
8
18
React Router v7 is the next major version of Remix after v2 (see our ["Incremental Path to React 19" blog post][incremental-path-to-react-19] for more information).
9
19
10
20
If you have enabled all [Remix v2 future flags][v2-future-flags], upgrading from Remix v2 to React Router v7 mainly involves updating dependencies.
Copy file name to clipboardExpand all lines: docs/upgrading/v6.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ order: 1
5
5
6
6
# Upgrading from v6
7
7
8
+
<docs-info>
9
+
10
+
React Router v7 requires the following minimum versions:
11
+
12
+
-`node@20`
13
+
-`react@18`
14
+
-`react-dom@18`
15
+
16
+
</docs-info>
17
+
8
18
The v7 upgrade has no breaking changes if you have enabled all future flags. These flags allow you to update your app one change at a time. We highly recommend you make a commit after each step and ship it instead of doing everything all at once.
0 commit comments