How to use Reducers with useReducer hook in React
In a previous post, I talked about how to use Reducers in vanilla JavaScript and HTML projects. In that post, you learned that while the reducers are pure functions that you can use with State Management libraries such as, you can still use Reducers in other types of projects that do not use Redux. In …
How to use Reducers with useReducer hook in React Read More »