Should we use Redux with hooks?

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.

Read more

What is replacing Redux?

Overmind . Overmind is another new approach to state management, which makes it easy to orchestrate rather complex state mutations. One of my favorite online tools – CodeSandbox – uses Overmind, and has nothing but great things to say about it. If you have really complex state management needs, Overmind might be for you …

Read more