Pass Markup Around with Slots
Let’s take a look at using slots, which allows you to pass markup around between your components....
Let’s take a look at using slots, which allows you to pass markup around between your components....
If you've ever built a modal before, you're probably aware that it's generally considered a good practice...
As our component tree grows, passing events around might not be the optimal solution. An alternative way...
The modal we created in the previous episode is looking decent now. The next step is to...
We continue to make use of events as we extract a TodoList component for our Todo app....
Before I show you how transitions work, let's first build a modal component with Vue. As you'll...