useReducer() hook: Demystifying the basics
If you have used hooks before in React, then you must have done local state management using useState(). While it works completely fine for basic state manipulation, it does get tricky after multiple states are involved. Here's a Problem For instanc...
Jul 20, 202014 min read137
