State Managers Are Making Your Code Worse In React (Дата оригинальной публикации: )
One of the first things most people do when creating a new React application is install a state management library. This is something that used to be necessary to create a React application, but with the improvements to React and the tooling around React state managers are really not needed for most applications.
📚 Materials/References:
Ecommerce Project Video: Coming Soon
🌎 Find Me Here:
My Blog:
My Courses:
Patreon:
Twitter:
Discord:
GitHub:
CodePen:
⏱️ Timestamps:
00:00 - Introduction
00:58 - Prop Drilling
02:42 - Global State
04:28 - Context
06:38 - Reducers
07:37 - State Reconciliation
08:25 - Meta Frameworks
10:02 - URL State Management
10:57 - When To Use State Management Libraries
12:36 - Example App
#ReactJS #WDS #StateManagement