DEV Community

Sharad Raj (He/Him)
Sharad Raj (He/Him)

Posted on

Share some React-Redux alternatives 😃

Top comments (7)

Collapse
 
emma profile image
Emma Goto 🍙

I've been looking into this lately! You might like react-sweet-state:

Recoil is an up and coming one too:

Redux is still pretty cool though - have you checked out the Redux Toolkit? It simplifies the setup for you a bit.

Collapse
 
sharadcodes profile image
Sharad Raj (He/Him)

Thanks for the info 😁

Collapse
 
bholmesdev profile image
Ben Holmes

I'd consider lifing your state with XState combined with good ole' React Context! If you have no clue what state machines are, this podcast is a great introduction to it 😁

Collapse
 
sharadcodes profile image
Sharad Raj (He/Him)

Thanks for resources

Collapse
 
chakrihacker profile image
Subramanya Chakravarthy

Mobx, overmind, immer

Collapse
 
gayanhewa profile image
Gayan Hewa

I use none for my side project :l plain old SSR pages. And some vanilla JS. Has a better ROI comparatively to my other projects.

Collapse
 
ciscoo91 profile image
Ciscoo91

React-Recoil