
Paweł Pawłowski
31 August 2022, 7 min read

Some people believe that Redux is over and shouldn’t be used anymore in any kind of project. We have React-Query, Mobx, XState, Zustand, Recoil, and other state management libraries. However, recently Redux Toolkit, like the main library for Redux now, introduced a few interesting APIs. We will look at it and decide if it makes more sense to use it over the Context API.


