Vue.js: Working with Vue State & Data
Vue.js 2.6
| Beginner
- 13 videos | 49m 9s
- Includes Assessment
- Earns a Badge
This 13-video course continues to explore Vue.js, a JavaScript front-end framework that is lightweight, flexible, progressive, and easy to set up to start creating apps. Learners will observe how to install and use Veux, a state management pattern and library which provides a centralized data store to refer to as a single source instead of separate pieces of state being handled in multiple places in the app. You will also learn how to create and use a Vuex store, a centralized way to maintain and manage state across the entire Vue app.Next, learn to use Vuex to monitor, read, and mutate local state, as this course demonstrates how to use actions in Vue store to work asynchronously. You learn to use namespacing modules in your Vuex stores. Watch demonstrations of how to use getters to calculate data from a store state, and see how they cache data and update themselves when the state changes. Finally, you will work with remote APIs (application programming interface) by using the Axios HTTP client service.
WHAT YOU WILL LEARN
-
Identify the subject areas covered in this courseDescribe how vuex helps to manage state in a vue appInstall vuex and create an initial storeMutate state managed by vuex via the mutations propertyRead current state using this.$storeRead derived state from a vuex storeInstall axios and access http methods in a vue app
-
Create actions that can be used to get data from a remote serverDispatch an action that requests data from a remote serverDispatch an action to post data to a remote serverSet up vue state in a modular fashionUse namespaces to avoid unexpected behavior across storesInstall vuex, create a root store file, initialize the store, and define a mutation, getter, and action
IN THIS COURSE
-
1m 37s
-
1m 53sAfter completing this video, you will be able to describe how Vuex helps manage state in a Vue app. FREE ACCESS
-
2m 19sIn this video, you will learn how to install Vuex and create an initial store. FREE ACCESS
-
5m 5sDuring this video, you will learn how to change state managed by Vuex via the mutations property. FREE ACCESS
-
2m 26sIn this video, learn how to read the current state using this.$store. FREE ACCESS
-
7m 37sIn this video, you will learn how to read derived state from a Vuex store. FREE ACCESS
-
1m 51sIn this video, you will learn how to install Axios and access HTTP methods in a Vue app. FREE ACCESS
-
4m 47sDuring this video, you will learn how to create actions that can be used to retrieve data from a remote server. FREE ACCESS
-
4m 6sDuring this video, you will learn how to dispatch an action that requests data from a remote server. FREE ACCESS
-
3m 48sIn this video, learn how to post data to a remote server using an action. FREE ACCESS
-
4m 29sIn this video, you will learn how to set up Vue state in a modular fashion. FREE ACCESS
-
6m 13sIn this video, you will use namespaces to avoid unexpected behavior across different stores. FREE ACCESS
-
2m 57sIn this video, you will install Vuex, create a root store file, initialize the store, and define a mutation, getter, and action. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
Journey
Next.js Aspire Journey