上QQ阅读APP看书,第一时间看更新
A React App with MobX
Working with React is fun. Now, couple that with MobX for all your state management needs, and you have a supercharged combination. With the basics of MobX out of the way, we can now venture into building a simple React app using the ideas discussed so far. We will tackle the process of defining an observable state, the actions that can be invoked on that state, and the React UI that will observe and render the changing state.
The topics covered in this chapter include the following:
- The book search use-case
- Creating the observable state and actions
- Building the Reactive UI