
Getting started with Vue.js - part 8 (Component communication)
In the last part of the getting started with Vue.js course I'm going to show you how to pass data from a child component to it's parent.
Code With Stein offer both free and premium courses and tutorials. And track your progress.
Write a comment or join our Discord server for free. Talk about programming, server stuff or just show of your work.
In the last part of the getting started with Vue.js course I'm going to show you how to pass data from a child component to it's parent.
In the seventh part of the getting started with Vue.js course we will go over how to implement forms in our Vue app. We are going to make it possible to change the title and the description.
In the sixth part of the getting started with Vue.js course we will learn how to create components and how they can be reused. We will convert some of the existing code into a component.
In the fifth part of the getting started with Vue.js course we will cover what computed properties are and how to use them in your projects.
In the fourth part of the getting started with Vue.js course we will go through how we can render a list of objects. List rendering is very useful and you need it everyting you've got an array of data.
In the third part of the getting started with Vue.js course we will learn how to bind data from the data object to attributes inside the template.
In the second part of the course we will go through how you render parts of the template based on values in your data object.
In part one of the course we will go through how you set up Vue and initializing a Vue instance.
I already have a YouTube channel where I regularly post tutorial videos. On this blog, I will post both videos and written tutorials.