Vue.js: Working with Vue State & Data
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.