So, Hooks are available from React 16.8. From their documentation, Hooks come as a replacer of state in functional components. The basic hooks are: useState,
useState
So, if Redux and useReducer were to be compared
Redux:
useReducer: