Learning Vuex

Go to class
Write Review

Free Online Course: Learning Vuex provided by LinkedIn Learning 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 LinkedIn Learning. Learning Vuex is taught by Alexander Zanfir.

Overview
  • Learn how to use Vuex to deal with the complexities of state management in medium-to-large-scale Vue.js applications.

Syllabus
  • Introduction

    • Why use Vuex?
    • Getting started
    1. Why Use Vuex?
    • Your objectives
    • Setting up the environment
    • Creating a centralized store
    • Creating a Vuex store
    • Using mapState
    2. Using Getters
    • Getting fullName
    • Passing a parameter to getter
    • Creating an isLoaded getter
    • Creating a loading progress circle
    • Using mapGetters
    3. Using Mutations
    • Modifying data with a mutation
    • Adding a new student
    • Using mapMutations
    4. Using Actions
    • Making asynchronous calls with actions
    • Passing parameters with actions
    • Updating edit student with actions
    • Using Vue.set to update your student array
    5. Modules
    • Creating an error display system
    • Separating logic with modules
    Conclusion
    • Next steps