State Management & Hydration with MobX [Ep. 05] /src/stores/app.js
export default class AppStore { ssrLocation = null; constructor(app) { Object.assign(this, app); } }