Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapolnoch/mobx-play
Воркшоп: Знакомство с MobX
https://github.com/zapolnoch/mobx-play
mobx react redux
Last synced: 11 days ago
JSON representation
Воркшоп: Знакомство с MobX
- Host: GitHub
- URL: https://github.com/zapolnoch/mobx-play
- Owner: zapolnoch
- Created: 2021-04-02T12:33:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T16:45:52.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T13:09:31.154Z (28 days ago)
- Topics: mobx, react, redux
- Language: TypeScript
- Homepage: https://codesandbox.io/s/github/zapolnoch/mobx-play
- Size: 338 KB
- Stars: 35
- Watchers: 3
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Знакомство с MobX
В этом воркшопе мы напишем приложение на React и TypeScript, используя MobX для управления состоянием.
- [Playground](https://codesandbox.io/s/github/zapolnoch/mobx-play)
### Ссылки
- [MobX Flow](https://mobx.js.org/assets/flow2.png)
- [Understanding MobX](https://github.com/jeromepl/understanding-mobx)
- [What Color is Your Function?](https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/)
- [reactionScheduler: (f) => setTimeout(f)](https://habr.com/ru/company/mailru/blog/522312/#comment_22162136)
- [Redux vs Redux Toolkit vs MobX](https://twitter.com/kop__ivan/status/1367805161343750150)
- [Reactive way of thinking](https://medium.com/machine-words/introduction-to-reactive-programming-using-mobx-2c032cac818e)### Архитектура
- [Defining data stores](https://mobx.js.org/defining-data-stores.html)
- [Реализация архитектуры Redux на MobX](https://habr.com/ru/post/546606/)
- [Фреймворк-независимое браузерное SPA](https://habr.com/ru/post/546936/)