DEV Community

[Comment from a deleted post]
Collapse
 
developeratul profile image
Minhazur Rahman Ratul

do you recommend learning Redux ??

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.

Collapse
 
travisblair profile image
Travis Blair

unfortunately, yes you should probably get a handle on redux. Simply because it is so widely used, and often times in projects that don't need it.