JavaScript FrameworksVue

Component Communications using Vue.js, Part 2 (Global API – CDN)

In this video, we’ll learn how components communicate in Vue.js using the CDN or Global API. We’ll explore how to pass data from the parent component down to the child component. Then we’ll explore how to pass (emit) data from the child component to the parent component using two approaches: (1) function reference, (2) custom event.

Please watch Part 1 for complete walk-through: https://www.christianhur.com/component-communications-using-vue-js-vue-cli/

Grab the source code here: https://github.com/ChristianHur/Web-Frameworks/tree/main/unit13/vueapp

Verified by MonsterInsights