In order to recap what we have learned in this chapter, try to answer the following questions:
- Which elements form the MobX life cycle?
- Which decorators does MobX provide?
- How can we connect components to MobX?
- Which Hooks does MobX provide?
- How can we access the MobX store using Hooks?
- Can we store local state using MobX?
- How should we go about migrating an existing MobX application to Hooks?
- What are the advantages of using MobX?
- What are the disadvantages of using MobX?
- When should MobX not be used?