Now that the MobX foundations have been laid with the three pillars of observables, actions, and reactions, it's time we go deeper and understand the finer aspects. In this chapter, we will explore the core philosophies and nuances of the MobX API, as well as some special APIs to simplify asynchronous programming in MobX.
The topics covered in this chapter include:
- Computed properties (also known as derivations) and their various options
- Actions, with special focus on async actions
- Reactions and the rules governing when MobX reacts