0 Devlog 2020-11-17 Mobx 123456789import { observable, reaction, computed, autorun } from 'mobx';/** You can create the observable state using observable object. */const calculator = observable({ a