DEV Community

Discussion on: Why I stopped using Redux and Used Recoil Instead

Collapse
 
foyzulkarim profile image
Foyzul Karim

Still there are thousands of React apps which are using class components, for various reasons. How can we use recoil in these projects?
What I do is, I mix and match the redux and react state in my app and it works just fine.