DEV Community

Discussion on: You don't have to use Redux

Collapse
 
jaffparker profile image
Jaff Parker

Cool, I actually wrote about approach 3 (React Context) a little while back and the cool thing is that if you couple it with the useReducer hook, you pretty much have yourself a basic implementation of Redux!

You only need Redux now if you need plugins from it or anything specific to it (or if you're not using it with React and there's no context).