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
- forceUpdate bug on observer components: "Warning: Cannot update a component (`X`) while rendering a different component (`X`)"
- [performance] autorun with delay deriving state unnecessarily
- [eslint-plugin-mobx] 'mobx/missing-observer' rule is suggested for all components
- observe inside reaction effect cause unobservation after effect done
- Observer() forces components to render despite no changes made to the store
- Fix #3648: `observableRequiresReaction`/`computedRequiresReaction` shouldn't warn with `enableStaticRendering(true)`
- `requiresReaction` in options of `computed` does not throw as indicated by the documentation
- Behaviour with ECMA private fields?
- Fix #3492: throw warning when use class component and suspense
- Add computed.shallow annotation
- Docs
- TypeScript not yet supported