State Management
Home
State Management
useState
Native way of handling local state within a component.
useReducer
Native way of wrapping up multiple states with a reducer function.
useContext
Native way of handling global and co-located states.
URL Params
Setting and extracting states from URL
Web Storage API
Using browser for managing states via local & session storage
React Notebook
from
Source