DEV Community

Discussion on: Replacing Redux with React Contexts

Collapse
 
rsa profile image
Ranieri Althoff • Edited

Yes, nothing stops you from having Redux, but you can also have a top-level context. That's how we do user authentication, actually :) an <AuthProvider> wrapping the application.