tip. We recommend using the React-Redux hooks API as the default approach in your React components . The existing connect API still works and will continue to be supported, but the hooks API is simpler and works better with TypeScript. These hooks were first added in v7.3 Kas 2021
Read moreDo you still need Redux With React Hooks?
Although Redux isn’t always necessary, replacing it with a tool kit that was not made for the same purpose will not suffice. React Hooks are great but they do not replace Redux and they never will .
Read more