Additional Hooks in React - useReducer()
This blog post continues the series about React Hooks.
It covers one of additional hooks in React - useReducer().
What is useReducer()?
useReducer() is JavaScript function, which allows to use reducer functions from state management in functional co...
olena.hashnode.dev5 min read