DEV Community

Discussion on: Recoil - Ideal React State Management Library?

Collapse
 
antonmelnyk profile image
Anton Melnyk • Edited

API isn't simpler then Redux at all. No devtools, no clean update cycle, logic inside UI layer isn't a good thing and that is main advantage of Redux, which is pure functions that change state and contain all logic.

Recoil seems like just another overhyped state management tool, while good ol' dog Redux is a proven and solid solution with a great ecosystem.

Collapse
 
creotip profile image
Ruslan Elishaev

recoil + redux devtools
github.com/creotip/recoil-gear