foxhound87
5/7/2016 - 9:26 PM

State Management & Hydration with MobX [Ep. 05] /src/stores/app.js

State Management & Hydration with MobX [Ep. 05] /src/stores/app.js

export default class AppStore {

  ssrLocation = null;

  constructor(app) {
    Object.assign(this, app);
  }
}