DEV Community

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

Posted on

2 1

Share some React-Redux alternatives ๐Ÿ˜ƒ

Top comments (7)

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
 
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
 
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

Retry later
Retry later