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/usage/migrating-to-modern-redux.mdx
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Redux has been around since 2015, and our recommended patterns for writing Redux
20
20
21
21
Many users are working on older Redux codebases that have been around since before these "modern Redux" patterns existed. Migrating those codebases to today's recommended modern Redux patterns will result in codebases that are much smaller and easier to maintain.
22
22
23
-
The good news is that **you can migrate your code to modern Redux incrementally, piece by piece, with old and new Redux code coexisting and working together!**.
23
+
The good news is that **you can migrate your code to modern Redux incrementally, piece by piece, with old and new Redux code coexisting and working together!**
24
24
25
25
This page covers the general approaches and techniques you can use to modernize an existing legacy Redux codebase.
26
26
@@ -150,7 +150,7 @@ import usersReducer from '../features/users/usersSlice'
0 commit comments