- MobX Quick Start Guide
- Pavan Podila Michel Weststrate
- 100字
- 2021-08-05 10:34:23
Observables, Actions, and Reactions
Describing the structure of the client state is the first step in UI development. With MobX, you do this by creating your tree of observables. As the user interacts with the app, actions are invoked on your observable state, which in turn can cause reactions (aka side-effects). Continuing from Chapter 1, Introduction to State Management, we will now take a deeper look at the core concepts of MobX.
The topics covered in this chapter include:
- Creating the various kinds of observables
- Setting up the actions that mutate the observables
- Using reactions to handle external changes
推薦閱讀
- 物聯(lián)網(wǎng)與北斗應用
- 網(wǎng)絡協(xié)議工程
- 物聯(lián)網(wǎng)識別技術
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- NB-IoT物聯(lián)網(wǎng)技術解析與案例詳解
- 物聯(lián)網(wǎng)與無線傳感器網(wǎng)絡
- 物聯(lián)網(wǎng)安全技術
- Getting Started with Grunt:The JavaScript Task Runner
- 通信十年:擁抱互聯(lián)網(wǎng)
- 設備監(jiān)控技術詳解
- AWS Lambda Quick Start Guide
- 中國互聯(lián)網(wǎng)發(fā)展報告2021
- 圖神經(jīng)網(wǎng)絡前沿
- Python API Development Fundamentals
- 物聯(lián)網(wǎng)導論