A JS library for predictable and maintainable global state management.
Related contents:
Simple, scalable state management.
MobX is a signal based, battle-tested library that makes state management simple and scalable by transparently applying functional reactive programming.
Related contents:
primitive and flexible state management for React. Jotai takes an atomic approach to global React state management inspired by Recoil.
Build state by combining atoms and renders are automatically optimized based on atom dependency. This solves the extra re-render issue of React context, eliminates the need for memoization, and provides a similar developer experience to signals while maintaining a declarative programming model.