nighca / movue

MobX integration for Vue.js.
Apache License 2.0
59 stars 13 forks source link

Why movue #8

Open nighca opened 7 years ago

nighca commented 7 years ago

Why MobX + movue, instead of Vuex?

  1. MobX provides more flexible and powerful observable system (shallow, ref, map...)
  2. You may not like Vuex (action & mutation, the way to compose...)
  3. We want store-realization irrelevant to view-realization (possibility to switch among different view libraries without rewriting store)
sushruth commented 6 years ago

I have been trying to really convince myself about the action and mutation agenda. But I am not able to buy that. I am sure there are a few developers like me. Thanks for your effort!

ozzioma commented 4 years ago

Agreed and thanks!