ReactJS – useReducer Hook

This post is about small introduction to useReducer Hook.useReducer is usually preferable to useState when you have complex state logic that involves multiple sub-values or when the next state depends on the