Learn How to use Context and Reducer Hooks in React.js by Creating a Global Snackbar.
The Context (createContext and useContext) and the Reducer (useReducer) hooks in React.js might seem to be complicated and in the beginning, I felt that too. I had used them before, but never really understood fully how they worked, until I tried imp...
Sanchit Bajaj
Views on different technologies from a perspective of a developer
Nice article but I want to ask whether this way of managing states with both useContext and useReducer scalable?