DEV Community

Cover image for Redux Toolkit Basics
coder4life
coder4life

Posted on

Redux Toolkit Basics

Get started with the basic features of Redux Toolkit in this video. As an example we create a "counter" component to show what Redux Toolkit in its most basic form has to offer.

Latest comments (2)

Collapse
 
hakki profile image
Hakki

Before Redux Toolkit came out, I was afraid to use Redux.

Collapse
 
polaroidkidd profile image
Daniel Einars

I was amazed at the amount of boilerplate code required to get up and running! The toolkit abstracted a lot of that, which makes it easier to set up and get started. Yay for the reux toolkit!