DEV Community

Discussion on: Redux or Recoil?

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.