DEV Community

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

Collapse
 
rangercoder99 profile image
RangerCoder99

So I take it that you never used Redux toolkit and also never had to test the data in your global store in one big project?!

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.