DEV Community

Discussion on: What, Why, When Redux for state management.

Collapse
 
cadams profile image
Chad Adams • Edited

In my opinion if you’re going to use Redux use a Redux library that reduces Reduxes boilerplate. Redux by itself has a ton of boilerplate and looks intimidating. Checkout easy-peasy.now.sh/ its amazing. Works with Redux dev tools too.

Collapse
 
siradji profile image
Suraj Auwal

Never heard of that. I will defo check it out. Thanks!

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop

RTK - redux toolkit - will also reduce some of the boilerplate.