When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

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.

This Course Includes
pluralsight
5 (51 reviews )
1 hour 49 minutes
english
Online - Self Paced
core courses
pluralsight
About State Management with Vuex 4
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.
What You Will Learn?
- Course Overview : 1min.
- Storing and Retrieving State with Vuex : 39mins.
- Using Vuex Actions to Make API Calls : 33mins.
- Organizing a Vuex Store with Modules : 20mins.
- Simplifying Vuex with MapHelpers : 14mins.