Understanding react hooks
Vol 2: useReducer
Introduction
useReducer hook as its name implies is an alternative hook to useState hook which helps to reduce state in a way, though useReducer has the benefit of dealing with complex states. In this blog, I would be using counter ...
michado2019.hashnode.dev3 min read