Vue Essentials

This series will be focused on learning and understanding the core concepts of the Vue framework. Our discussions will be informed by the requirements and problems that I encounter when building real world applications using Vue.
#1 How To Communicate Between Parent And Child Components
#1 How To Communicate Between Parent And Child Components
In this video we discuss how to handle component communication between a parent and one or more children. We will start off by simply passing data from the parent to the child and move on to handling events emitted from the child which the parent can then listen for and respond to. Both of these interactions can be handled very easily by just using the normal tools provided by Vue itself. We will then finish up by discussing a couple of different ways of handling events that take place within the scope of the parent component as using those to trigger actions within the children.