DEV Community

Discussion on: Unpopular opinions

Collapse
 
mike_hasarms profile image
Mike Healy

Didn't alternatives to Redux start to become common about 2 years ago anyway?

Collapse
 
bendman profile image
Ben Duncan

React ships with context and reducer support built in, so I guess you could say that. There's also MobX which is quite common, but most projects can stick with the state management options built into React.

Collapse
 
belhassen07 profile image
Belhassen Chelbi • Edited

Actually there's a gap year where I didn't code either aand Redux was super popular back then that it was required for react jobs, well, still now but much less. And I didn't use other state management libraries either.