DEV Community

Discussion on: 🤔 Do you use Redux, if not what do you use?

Collapse
 
darthbob88 profile image
Raymond Price

My last project just used Context, since all I needed to do was very basic CRUD operations. I'm kinda considering using MobX for my next project, but that's going to wait until I'm on more boring tech.

Collapse
 
pankajpatel profile image
Pankaj Patel

That's nice, same for me regarding the Contexts.

MobX can be a good alternative. I have never tried it, or to say, never needed to try it.

Thanks for the answer