Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zapolnoch/mobx-play

Воркшоп: Знакомство с MobX
https://github.com/zapolnoch/mobx-play

mobx react redux

Last synced: 11 days ago
JSON representation

Воркшоп: Знакомство с MobX

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/)