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 ...