Most.js
MobX
Most.js | MobX | |
---|---|---|
2 | 47 | |
3,495 | 27,448 | |
0.1% | 0.3% | |
0.0 | 8.2 | |
almost 2 years ago | 9 days ago | |
JavaScript | TypeScript | |
MIT License | 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.
Most.js
-
High Performance 3D Animation with React + rxjs
[ref]
-
Building a React app with functional programming (Part 1)
Most: for Stream data structure (needed for consuming xml feed data)
MobX
-
Tools and libraries widely used in micro frontend architectures!
Official Website
-
Why is my React Component re-rendering?
For large-scale applications with frequently changing state, dedicated state management libraries like Redux, MobX, Zustand, etc. are generally better choices. These libraries offer efficient ways to handle state updates and minimize unnecessary re-renders.
-
Getting started with TiniJS framework
States can also be organized in some central places (aka. stores). You can use Tini Store (very simple, ~50 lines) or other state management solutions such as MobX, TinyX, ...
-
Episode 24/13: Native Signals, Details on Angular/Wiz, Alan Agius on the Angular CLI
Similarly to Promises/A+, this effort focuses on aligning the JavaScript ecosystem. If this alignment is successful, then a standard could emerge, based on that experience. Several framework authors are collaborating here on a common model which could back their reactivity core. The current draft is based on design input from the authors/maintainers of Angular, Bubble, Ember, FAST, MobX, Preact, Qwik, RxJS, Solid, Starbeam, Svelte, Vue, Wiz, and more…
- 5 Alternatives to Redux for React State Management
-
Redux 101
MobX
-
React State Management in 2024
Mutable-based: leverages proxy to create mutable data sources which can be directly written to or reactively read from. Candidates in this group are MobX and Valtio.
-
Show HN: Cami.js – A No Build, Web Component Based Reactive Framework
Looks good! FWIW I always felt the observable pattern much more intuitive than the redux/reducer style. Something like https://mobx.js.org/
Things get hairy in both, but redux pattern feels so ridiculously ceremonially to effectively manage a huge global state object with a false sense of "purity".
Observables otoh say "fuck it, I'm mutating everything, do what you want with it".
-
State Management Alternatives: Best Tools for React Apps
MobX Documentation
-
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.
What are some alternatives?
RxJS - A reactive programming library for JavaScript
zustand - 🐻 Bear necessities for state management in React
kefir - A Reactive Programming library for JavaScript
Cycle.js - A functional and reactive JavaScript framework for predictable code
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.
Highland - High-level streams library for Node.js and the browser
riverpod - A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
Kefir.js - You're looking for https://github.com/kefirjs/kefir
valtio - 🧙 Valtio makes proxy-state simple for React and Vanilla
Refract - Harness the power of reactive programming to supercharge your components