DEV Community

Discussion on: Reimplement Redux with vanilla React in 12 lines of code

Collapse
 
scastiel profile image
Sebastien Castiel

Thanks for the additional information πŸ™‚

You are absolutely right, and I’m not suggesting to never use Redux again, I’m a big fan of Redux, especially coupled with Redux-Saga or Redux-Observable πŸ˜‰

But I enjoy a lot reimplementing some libraries I use, especially when beginners find them complex at first sight. This is mostly for an educational purpose. For the same reason, I wrote another post a while ago about implementing Redux (again) and Redux-Saga: Lost with Redux and sagas? Implement them yourself!