DEV Community

Discussion on: React doesn't need state management tool, I said

Collapse
 
stepan662 profile image
Štěpán Granát

I've used REDUX about 2 years ago and now I'm working on project where the redux is used, but basically have it's there as a legacy and are trying to get rid of it. So I haven't used it yet. And store based testing? No, honestly I've never had a use case for it. We either were writing unit tests for small components or using cypress for testing the app as a whole.