JSFoo Pune 2019

JSFoo Pune 2019

JSFoo is a JavaScript conference hosted by HasGeek.

Mohit Bajoria

@mbj36

Managing State with Vuex in a Vue application

Submitted Oct 4, 2018

Imagine working on a large web app with hundreds of routes and components. Wouldn’t it be easier if we could store all the data we ever need inside the app, in one centralized storage location?

Every component or route inside our application will request data from the state and commits modified data back to the state and it can be quite tricky, So let’s look at implementation detail and usage of Vuex and how it simplifies the state management for us ?

Outline

Topics:

  1. What is state management pattern?
  2. When you should be using a state management library - Vuex ?
  3. Core Concepts - State, Getters, Actions, Mutations
  4. Structure + implementation in a Vue App.

Requirements

Familiar with Vue.

Speaker bio

Mohit works as a Front end developer at https://indorse.io/. In past, he has been Google Summer of Code (GSOC) Mentor and Student for Mifos Initiative.

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Hosted by

JSFoo is a forum for discussing UI engineering; fullstack development; web applications engineering, performance, security and design; accessibility; and latest developments in #JavaScript. Follow JSFoo on Twitter more