Getting Started with Vue with Vuex state management

12.08.2020, 09:00-17:00
Workshop
Learn how to design components, display data, present lists, and inputs, handle user interactions, navigate between views, manage data, and get started with all of the key tools to make you efficient at developing with Vue with Vuex and Quasar framework in this hands-on course.
State management is the concept of adding, updating, removing, and reading pieces of state in an application. When we have deeply nested data structures, and we want to update a specific part deep down in the tree, it might become complex. In that case, we have state management libraries that contain a Store that helps us with state management to get rid of that complexity.