DEV Community

Discussion on: Redux or Recoil?

Collapse
 
adrianmarkperea profile image
Adrian Perea

If it's or a substantial project, I would suggest sticking with redux for now. Redux is already established, proven, and reliable. Plus, you already have a wealth of resources backing you up when you need to.

Recoil is promising. After trying it out, I had a much better experience than when I first tried to learn redux. It's much more integrated into the React experience that you'd think it was actually part of React. However, until it matures (if you see the documentation, it still has a lot of unstable API), I would stay away from using it in any huge project with significant stakes.

Cheers,
Adrian

Collapse
 
jessesbyers profile image
Jesse Smith Byers

Sound advice. I'm glad to hear you found it promising - my quick exploration led me to believe that too.