MobX Alternatives
MobX is described as *'state manager - simple and scalable by transparently applying functional reactive programming (TFRP) :
Anything that can be derived from the application state, should be derived. Automatically'* and is an app in the development category. There are five alternatives to MobX for Self-Hosted solutions and Online / Web-based. The best alternative is Vuex, which is both free and Open Source. Other great apps like MobX are Redux.js, React Easy State, Hookstate and Recoil.
Vuex
Do you think this is a good alternative?YesNo3 alternatives to Vuex- Free • Open Source
- Self-Hosted
Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion.
Redux.js
Do you think this is a good alternative?YesNo6 alternatives to Redux.js- Free • Open Source
- Self-Hosted
Redux is a predictable state container for JavaScript apps that helps write apps with consistent behavior in different environments and that are easy to test. It provides a live-coding developer experience with a time traveling debugger.
Redux.js Features
React Easy State
Do you think this is a good alternative?YesNo4 alternatives to React Easy State- Free • Open Source
- Self-Hosted
react-easy-state - React Easy State provides a healthy balance of local and global state management in a simple, scalable way.
React Easy State Features
Hookstate
Do you think this is a good alternative?YesNo4 alternatives to Hookstate- Free • Open Source
- Online
The simple but incredibly fast and flexible state management that is based on React state hook.
Hookstate Features
Recoil
Do you think this is a good alternative?YesNo6 alternatives to Recoil- Free • Open Source
- Self-Hosted
An experimental state management library for React.
Recoil Features