mobx-state-tree uses Mobx behind the scenes, making it super straightforward to render MST models in React. By using the observer
wrapper, React components will automatically react to any relevant updates of the rendered models in the future.
In this lesson you will learn:
observer
from the 'mobx-react' package is enough to render data in React components, and get notified of updates