DEV Community

Discussion on: Redux vs Recoil: which should you use?

Collapse
 
miketalbot profile image
Mike Talbot ⭐

I've never really like Redux due to the whole centralised principle and significant redrawing, but I built and use the lib below in my projects, this is also O(1), but uses named mappings into global or document state. I'm keen to try out Recoil to see if it has any advantages.

Collapse
 
emma profile image
Emma Goto 🍙

Thanks for the comment, Mike! That library looks pretty impressive.