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
- Observer() forces components to render despite no changes made to the store
- Cannot read property prototype of undefined (issue forwarded from react-native-reanimated)
- change observable value in compontDidMount will not trigger rerender
- `ComputedValue` fails to trigger `onBecomeObservable` when used in action -> autorun
- using `enableStaticRender()` on the server causes "read outside a reactive context" warnings on server
- Fix #3648: `observableRequiresReaction`/`computedRequiresReaction` shouldn't warn with `enableStaticRendering(true)`
- `requiresReaction` in options of `computed` does not throw as indicated by the documentation
- reportChanged() shouldn't be able to be called on an atom outside of an action in strict mode
- Add name to WHEN_TIMEOUT error if available
- Docs: Docusaurus publishes the root `README.md` instead of `docs/README.md`
- Docs
- TypeScript not yet supported