DEV Community

Discussion on: What's your go to state management library these days?

Collapse
 
dastasoft profile image
dastasoft

react-query almost always in my case. If the project is big enough and/or has big state changes Redux is a good choice especially because of the amazing debugging tools.