DEV Community

Discussion on: Context API vs Redux

Collapse
 
neeldev96 profile image
Neel

I use context api in my open source project and redux in my workplace. Context api makes global state management a piece of cake. But I like redux devtools which makes state visualization super easy. Is there anything similar for the context api?

Collapse
 
urielbitton profile image
Uriel Bitton

well there is the native react devtools which may help but honestly the context api makes it so intuitive that i really dont need anything more!