DEV Community

Discussion on: Getting started with state management using Redux

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Yes, it did go down a bit when Context API/Hooks were introduced. But I still think Redux is way more systematic in state management approach, especially for scalable projects.

Oh, don't know much about Redux Toolkit, do you have an article about it? Love your explanations. 😁

Thread Thread
 
emma profile image
Emma Goto 🍙

The Redux docs do provide a tutorial on Toolkit. It essentially it simplifies the store creation, action creation and the reducer creation - I didn't have enough time to dive too deep into it, but maybe I'll do a post on it in the future 🙂

Thread Thread
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Awesome! Thanks :) I'll also take a look (and maybe write an article later 👀).