-
Course
- Core Tech
State Management with Vuex 4
This course will teach you how to manage application state in Vue.js applications using Vuex: Vue’s official and recommended state management library.
What you'll learn
Every modern web application needs a way to manage and store client-side application state and interact with the server via APIs. In this course, State Management with Vuex, you’ll learn how to manage application state in Vue.js applications using Vuex; Vue’s official and recommended state management library. First, you’ll explore how to create a Vuex store and retrieve data from the store. Next, you’ll discover how to safely change data in the store with mutations. Finally, you’ll learn how to use Vuex to integrate with external APIs for retrieving and storing data on a back-end server. When you’re finished with this course, you’ll have the skills and knowledge of Vuex needed to create robust Vue applications with advanced state management requirements.
Table of contents
- Version Check | 15s
- Introduction | 1m 18s
- What Is State Management? | 3m 59s
- What Is Vuex? | 2m 36s
- Getting Started with Our Demo App | 2m 44s
- Creating a Vuex Store | 5m 41s
- Retrieving State from a Vuex Store | 6m 33s
- Changing Vuex State with Mutations | 6m 53s
- Retrieving Calculated State with Getters | 5m 41s
- Using Method Style Vuex Getters | 2m 11s
- Vuex Try What You've Learned | 1m 2s
- Summary | 55s
About the author
Jim Cooper is a software developer at Pluralsight. With more than 20 years of software development experience, he has gained a passion for Agile software development -- especially Lean.
More Courses by Jim