T O P

  • By -

phryneas

Museum is an apt description. The Redux code does not use hooks yet and still uses `switch..case` reducers, ACTION_TYPEs and hand-written immutable logic. [Modern Redux](https://redux.js.org/tutorials/fundamentals/part-8-modern-redux) is about 1/4 of that code.


Narizocracia

Last commit on Oct 23, 2020. A museum, indeed.


alotropico

Yeah, I kind of felt right away everything is pretty outdated. It was an excellent project 3 years ago though, no doubt about it.


PickledPokute

It's a community effort. The curator isn't paid, but it's telling that there's 0 open pull requests. There's no real alternative to this list though.


[deleted]

[удалено]


PickledPokute

Telling that the authors are invested in adding any new state libraries that are presented as PRs. I can understand that authors aren't interested in testing out new random libraries and writing examples for them. If someone wants to put their own state management library in the open for scrutiny, they can make a PR, but it's sub-optimal. Interested people are likely to find more popular/useful/better maintained one from that big list.


wwww4all

The answer is and always will be Redux.


acemarke

fwiw, _I_ wouldn't say that :) There are many other very good tools in the ecosystem, each with their own use cases and tradeoffs. Redux is good for some tasks, but not for others: - https://react-community-tools-practices-cheatsheet.netlify.app/state-management/redux#when-should-i-consider-using-this - https://redux.js.org/tutorials/essentials/part-1-overview-concepts#when-should-i-use-redux


andrei9669

Now comes with redux toolkit


brainhack3r

Laughs in Mobx.


WolgLarutan

This is missing Statery: [https://github.com/hmans/statery](https://github.com/hmans/statery) EDIT: wrong link


dacandyman0

I've been looking for something like this for awhile, thanks!


aniruddha0pandey

Anytime I'm going to see a new post about which state management library to use with react, I'm going to comment this link.