State Management with Vuex

Go to class
Write Review

Free Online Course: State Management with Vuex provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. State Management with Vuex is taught by Jim Cooper.

Overview
  • This course will teach you how to manage application state in Vue.js applications using Vuex: Vue’s official and recommended state management library.

    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.