- MobX Quick Start Guide
- Pavan Podila Michel Weststrate
- 208字
- 2021-08-05 10:34:22
Summary
The UI is the visual equivalent of data (the state) along with interactive controls to change that state. The UI fires actions, which leads to the change in state. Side effects are external operations that are triggered due to some state change. There are observers in the system that look out for certain state changes and perform the corresponding side effects.
The data flow triad of Action --> State --> UI, coupled with side effects, creates a simple mental model of the UI. MobX strongly adheres to this mental model and you can see that reflected in its API, with observables, actions, reactions, and observers. The simplicity of this API makes it easy to tackle some of the complex interactions in UI.
If you have used Redux before, you can see that MobX reduces the ceremony needed to cause a state change and handle side effects. MobX strives to provide a declarative and reactive API for state management without compromising on simplicity. Throughout this book, this philosophy of MobX will be explored, with a deeper look at its API and real-world use cases.
In the next chapter, we will dive into the world of MobX with a first hand look at its core building blocks.
- 解析QUIC/HTTP3:未來互聯(lián)網(wǎng)的基石
- Mastering JavaFX 10
- Mastering TypeScript 3
- Learning Swift(Second Edition)
- Microservice Patterns and Best Practices
- Building Web Applications with ArcGIS
- Windows Server 2012 Hyper-V虛擬化管理實(shí)踐
- 端到端QoS網(wǎng)絡(luò)設(shè)計(jì)
- Microsoft Power Platform Enterprise Architecture
- 華為HCIA-Datacom認(rèn)證指南
- Web用戶查詢?nèi)罩就诰蚺c應(yīng)用
- 計(jì)算機(jī)通信網(wǎng)絡(luò)安全
- 物聯(lián)網(wǎng)
- Python API Development Fundamentals
- 人際網(wǎng)絡(luò)