ueve
MobX
Our great sponsors
ueve | MobX | |
---|---|---|
2 | 38 | |
6 | 26,504 | |
- | 0.4% | |
7.5 | 9.1 | |
about 2 months ago | 8 days ago | |
TypeScript | TypeScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ueve
We haven't tracked posts mentioning ueve yet.
Tracking mentions began in Dec 2020.
MobX
-
React native for Linux app development in 2023
There's also others libraries like https://github.com/mobxjs/mobx which aren't specific to RN but can be used in any JS environment.
-
Is redux and thunks still used or are there other alternatives for it now?
Valtio is like simplified MobX
-
What is React State Management?
Link: https://mobx.js.org
-
A cure for React useState hell?
But I want to impress upon you that this is just only one of many patterns you can use this hook for. While this is subjective, I am personally not a huge fan of Redux and this type of pattern. It has its merits, but I think once you want to start layering in new patterns for actions, Mobx, Zustand, or XState are preferable in my personal opinion.
-
React Redux
It's important to note that Redux is just one of many options for global state management in a React application. Other popular options include MobX and the React context API.context API](https://reactjs.org/docs/context.html).
-
Managing my buisness logic with OOP
MobX - or even MobX-state-tree if you prefer
-
Front-end Guide
MobX
-
MobX with MVVM makes Frontend Developer's life much more easier than Redux does
It's silly to deny that in comparison with Redux, MobX's community is not so big. For example, the number of downloads at npmjs.com for Redux is 8 times bigger than for MobX. However, I can hardly agree with the other disadvantages.
-
I am sick and tired of react-redux. Who has some good alternatives?
I used https://mobx.js.org s lot. Concepts are a bit different because it is based on observables and your state is mutable, but really small boilerplate, fast and fun to work with
-
State of state management u React-u
Kada imamo potrebe za optimizacijom rirenerovanja komponenti u React-u i radimo sa velikim i kompleksnim objektima (deeply nested objects) biblioteke kao Redux nisu najoptimalnije i verovatno je najbolje koristiti proxy state management: MobX ili Valtio.
What are some alternatives?
zustand - 🐻 Bear necessities for state management in React
Recoil - Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
RxJS - A reactive programming library for JavaScript
valtio - 💊 Valtio makes proxy-state simple for React and Vanilla
riverpod - A simple way to access state while robust and testable.
Cycle.js - A functional and reactive JavaScript framework for predictable code
get_it - Get It - Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App. Maintainer: @escamoteur
bloc - A predictable state management library that helps implement the BLoC design pattern
Immer - Create the next immutable state by mutating the current one
Most.js - Ultra-high performance reactive programming
flutter_getx_timetracker - Timetracker created with Flutter and GetX framework
Bacon - Functional reactive programming library for TypeScript and JavaScript