DEV Community

Discussion on: Redux is Dead: Long Live Redux Toolkit

Collapse
 
antonmelnyk profile image
Anton Melnyk • Edited

with code for a single thing spread out in multiple locations which again, in my experience, makes it really difficult for people to learn.

And that's the whole point. Redux is about separating what happend from how that changes the state. Without separation there is no point to use Redux at all except maybe for cool dev tools.