In The gist of MobX you have already seen the most important part of this integration: the observer HoC that you can wrap around a React component . observer is provided by a separate React bindings package you choose during installation. In this example, we’re going to use the more lightweight mobx-react-lite package.