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.
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.