ReduxJS/Toolkit
The opinionated way of building Redux apps
reduxjs/redux-toolkit
:
The official, opinionated, batteries-included toolset for efficient Redux development
This first post is context and can basically be ignored.
The remainder of the series are no-nonsense pretty detailed explanations on how to start using
ReduxJS/Toolkit, assuming you’re basically already a “legacy” Redux expert but don’t want to read the
gazillion pages that is the default documentation.
We’re 2025 and you start a new app with old, trusted and deprecated create-react-app
,
only to find out that using Redux is also, deprecated.
During previous migrations I took a long hard look at the ReduxJS/Toolkit documentation and I was like… Aint nobody got time for that!
For the last migration, I decided to give it go and well, I can already say with conviction, it is worth the time learning. Reduced boilerplate, batteries included and while the full documentation is still daunting, you can take it step by step.