Upgrade to Pro — share decks privately, control downloads, hide ads and more …

You Might Not Need Vuex

You Might Not Need Vuex

A few alternatives to Vuex state management in Vue application

Natalia Tepluhina

February 21, 2020
Tweet

More Decks by Natalia Tepluhina

Other Decks in Programming

Transcript

  1. Core Team Member My name is Natalia Tepluhina Google Developer

    Expert Senior Frontend Engineer @N_Tepluhina
  2. posva/pinia Automatically typed, modular and lightweight store for Vue using

    the Composition api with DevTools support Eduardo San Martin Morote
  3. vue-apollo Integrates Apollo in your Vue components with declarative queries.

    Compatible with Vue 2.0+ and 3.0+. Guillaume Chau
  4. Dispatch an action Trigger API call Success? Commit ‘success’ mutation

    State changed Commit ‘error’ mutation Yes No