DEV Community

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

Collapse
 
rubiin profile image
Rubin

Recoil is not mature enough to replace redux. Tbh, you can use recoil on some of your personal small projects just to get to know it better but replacing an existing implementation of redux on stable company project will bring you a whole lot of pain

Collapse
 
emma profile image
Emma Goto 🍙

For sure, replacing Redux completely might not make sense. I could see some projects replacing a portion of their Redux state management with Recoil, if their app is complex enough that Recoil provides some performance benefits. But yeah, that will probably come only once Recoil gets closer to v1.0 and is a bit less risky to pick up.