mobx
https://github.com/mobxjs/mobx
TypeScript
Simple, scalable state management.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported2 Subscribers
Add a CodeTriage badge to mobx
Help out
- Issues
- Recommended pattern `MyComp = observer(function MyComp() {...})` leads to subtle bug
- Invalid/extra warning in observable.box(array)
- Uncaught ReferenceError: process is not defined
- Inconsistent autorun behavior between first run and subsequent runs.
- fix!: Individualize option types for observable factories
- fix!: Prevent calling set on the return value of 'computed()'
- `onBecomeUnobserved` not triggered immediately on `useObserver` component unmount
- No mechanism to keep child React components MobX-agnostic when using custom atoms
- The value returned from `computed(() => ...)` shouldn't have a `set(...)` method
- `CreateObservableOptions.equals` is ignored when creating arrays, maps, sets, and objects
- Docs
- TypeScript not yet supported