JSFoo Pune 2019

JSFoo Pune 2019

JSFoo is a JavaScript conference hosted by HasGeek.

JSFoo is the annual JavaScript conference hosted by HasGeek. The Pune edition is the second edition (JSFoo in Pune in 2012, and ReactFoo in January 2018).

HasGeek launched JSFoo in 2011 as India’s first JavaScript conference. The JS community in India has grown phenomenally since then. JavaScript now prevades every aspect of web development - browsers, apps, front-end, back-end, mobile and IoT, and there’s always scope to understand new ideas and solutions. The conference explores new ideas, implementing innovative solutions, and learning from experiences, especially negative ones.

Want to see the talks from last year’s conference? Watch the JSFoo 2018 videos or the related ReactFoo 2018 videos.

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

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