DEV Community

Discussion on: My thoughts on endless battle of React state management libraries (setState/useState vs Redux vs Mobx)

Collapse
 
mkinoshita12 profile image
Makoto Kinoshita

What do you think about Recoil? Recoil enabled me to manage states in a similar way to React. It requires much less boilerplate code than Redux, and it also integrates well with React.Suspense for asynchronous code.

I haven't really used MobX before so I can't speak about it though.

Collapse
 
dmalechek profile image
dmalechek

I'm a newbie but have been using Recoil on a multi-screen app. Works great for me so far and fairly easy. Maybe too easy.

Collapse
 
mpodlasin profile image
mpodlasin

Hey Makoto.

Never used Recoil, in fact never seen anyone using it.

But you got my interest, I will definitely check it out. Thanks!