DEV Community

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

 
akashshyam profile image
Akash Shyam

I agree with you. Only stuff like auth should be stored globally. We should try and keep as much as we can in component level state except when we have to share props downwards in the component tree by many levels.