Talks, Articles, Packages
A list of talks, articles, and packages recommended for review.
Talks
- MobX, or: Going from Mutable to Immutable to Reactive State Management - From the author of MobX. First shows a naive mutable approach to state management, then refactoring to immutable + many manual optimizations, then refactoring to MobX, which is performant by default.
Packages
- mobx-log - Logger for MobX with Proxy formatter support
- mobx-persist-store - Synchronization of store fields with localStorage
- mobx-shallow-undo - Undo & redo for MobX
- mobx-store-inheritance - Inheritance support for makeAutoObservable in MobX
Project Examples
- alias - Simple implementation of the famous game where you need to explain words without naming them
- memocard - app that won a prize in the Telegram competition. Article
Want to add your MobX project? Create a PR to this repository.