DEV Community

Discussion on: Redux or Recoil?

Collapse
 
vtrpldn profile image
Vitor Paladini

I have a personal rule of only trying new stuff on small, low-risk projects. So, considering that you mentioned an already grown project, I wouldn't even give a chance to Recoil and just stick with Redux for the familiarity.

I've never user Recoil so I can't help comparing them but hooks made Redux much better to work with.

Collapse
 
jessesbyers profile image
Jesse Smith Byers

Thanks for the reply. The project is larger than I originally intended, but it is a learning project for trying out new things.

In what ways did you find that hooks made Redux better to work with?

Collapse
 
jupiteris profile image
Jupiter Programmer

If you use the hook, react-redux (called hook-redux) will be comfortable to use.
In otherwise, you can use the Context/Hoc together by combining the redux.