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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,9 @@ Over the years redux became one of the most popular options for managing global
30
30
31
31
##Classic structure
32
32
33
-
[The classic redux documentation recommends](https://redux.js.org/basics/usage-with-react) structuring projects with the following pattern: a`containers` folder which holds all your components connected to global state, and a`components` folder which holds all your presentational components. Visiting this link today, the redux team marks this pattern as deprecated:
33
+
The Classic redux structure is no longer officially documented and dead. I left the blurb below explaining what used to happen, but its impossible to visit anymore.
34
+
35
+
~~[The classic redux documentation recommends](https://redux.js.org/basics/usage-with-react) structuring projects with the following pattern: a`containers` folder which holds all your components connected to global state, and a`components` folder which holds all your presentational components. Visiting this link today, the redux team marks this pattern as deprecated:~~