As facebook open source team released new State management library for react apps which is Known as Recoil , which seems pretty fascinating what should we developers use in our next React projects for state management e.g Redux , context, or Recoil ? And why ? And any good reason ?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
I would say learn Redux and Context. Redux is the most popular and has lots of resources and examples (though not all of them are the best). Context is the native way to handle state. It has the advantage of not polluting your modules with extra packages and fits lots of base use cases.
dev.to/reactjs/redux-best-practice...
hi bro. i made good experience with redux. it works handy once you get it and you can use it for almost everting you want.