nighca/movue

Why movue

nighca opened this issue · 2 comments

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)

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!

Agreed and thanks!