vuejs / Discussion

Vue.js discussion
167 stars 17 forks source link

'Vua-Redux' is better than Revue as redux binding for state management #1265

Open ShuvoHabib opened 8 years ago

ShuvoHabib commented 8 years ago

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.