DEV Community

Discussion on: A Practical Introduction to Using Redux with React

Collapse
 
ddmytro profile image
Dmytro Danylov

I've added a chapter about using Redux Toolkit to the tutorial.

You did a really good job with Redux Toolkit. I really like how it simplifies the boilerplate. It makes the code shorter and more declarative. I liked the use of Immer behind the scenes to simplify writing state update logic.

So, in this tutorial, first, we cover the basic concepts, then we build a simple app using plain Redux and finally I explain how to transform/improve the Redux code we've written using Redux Toolkit.

Also, I've pointed out that using Redux Toolkit is a recommended approach to guide the readers in the correct direction for writing Redux apps.

Collapse
 
markerikson profile image
Mark Erikson

Thank you, and thank you! :)