DEV Community

Discussion on: Getting started with state management using Redux

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

Really nice post! I love how Redux is such a powerful library πŸ’―

Collapse
 
emma profile image
Emma Goto πŸ™

Thankyou! It's sad that it's gotten a bit of a bad rep, but it is understandable too. It will be interesting to see how Redux Toolkit is adopted.

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 πŸ‘€).