FrontendDeveloper.in

Vue.js question detail

What are the principles enforced by vuex?

Vuex enforces below high-level principles,

  1. The Application-level state need to be centralized in the store
  2. The state should be mutated by committing mutations only(i.e, for synchronous transactions)
  3. The actions should be used for asynchronous transactions.
Back to all Vue.js questions
Get LinkedIn Premium at Rs 399