useState or useReducer – which to choose for your application
useReducer helps us manage state in a complex application. What exactly is useReducer? Is it an alternative to useState? useState and useReducer are both used to handle state logic. It is thereby necessary to understand when to use these hooks. useRe...
mercyadams.hashnode.dev5 min read