Dear, you suggested to use Revue for the people who came from React background for state management.Revue has serious problem while reading state from Store using this.$select('user'). Check the third bug in this link https://github.com/revue/revue/issues they have not fixed.
For the case I tried Vua-Redux by Nadim Tuhin https://www.npmjs.com/package/vua-redux Which is far better and work great as like as Redux. You can try it and add this to your official documentation.
Dear, you suggested to use Revue for the people who came from React background for state management.Revue has serious problem while reading state from Store using this.$select('user'). Check the third bug in this link
https://github.com/revue/revue/issues
they have not fixed.For the case I tried Vua-Redux by Nadim Tuhin
https://www.npmjs.com/package/vua-redux
Which is far better and work great as like as Redux. You can try it and add this to your official documentation.