This repository was archived by the owner on Mar 21, 2021. It is now read-only.

Description
Today the Vuex store is used in some places and plain services with internal state is used in other places. It would be nice to be consistent. Similar to how we use Redux everywhere for state management in React we should use Vuex or Mobx everywhere and get rid of internal state everywhere.