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:
Next.js Ecommerce Project Video: Coming Soon
🌎 Find Me Here:
My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified
⏱️ 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