The Delightful World of Vue Part 2
Level up your Vue skills with this tutorial! Learn about dynamic components, DOM manipulation, Webpack entries, mixins, data loading, transitions, forms, validation, and more. Let’s dive in!
What you’ll be learning
Back for more after the Vue Part 1 Tutorial? You’re in luck!
In this tutorial, we’re going to dive deeper into Vue by adding increasingly complex – and real-world! – features to our store, including a cart and (simplified) checkout process! We’ll learn about:
Generic components with dynamic v-bind
Updating the DOM outside of your Vue component
Multiple Webpack entries for different Vue apps
Mixins! (The Vue 2 version of Vue 3 composition)
Complex data loading: when you need multiple AJAX calls to get everything you need
“Deep” watch and watching the length of an array
Vue transitions
Forms! Including a custom Input component
Client-side and server-side validation
Edge-cases in reactivity: avoiding adding/removing object keys
Let’s go!
User Reviews
Be the first to review “The Delightful World of Vue Part 2”
You must be logged in to post a review.
There are no reviews yet.