React.js

You might not need Redux

If you feel pressured to do things “the Redux way”, it may be a sign that you or your teammates are taking it too seriously. It’s just one of the tools in your toolbox, an experiment gone wild.

Dan Abramov

You’ll know when you need Flux. If you aren’t sure if you need it, you don’t need it.

If you really need it - use RTK

Redux Toolkit - official, opiniated toolset for efficinet development
https://redux-toolkit.js.org

Resources