Learn Redux in minutes using React Hooks
TL;DR
State management
Redux = useContext + useReducers
Redux v/s React Hooks
Prerequisite: Familiarity with useContext and useReducer Hooks
State Management
State Management is the very basis of every Web application, it is the state which defines...
rawheatg.hashnode.dev3 min read