DEV Community

[Comment from a deleted post]
Collapse
 
matthewbdaly profile image
Matthew Daly

I'd say wait until you reach a point where the included functionality is clearly insufficient.

Between the context API and the useReducer hook, you can now do a significant chunk of what Redux does with just React, and if you decide you need Redux later it's not that hard to migrate.