An infinite scrolling component is when content is loaded continuously as someone scrolls down your web app. Learn how to build one in Vue3!
The ability to pass data between components is a key part of Vue projects. In Vue3, the way we access props inside components is different than before.
Let's look at how to register Vue3 Global Components that can be used across our entire Vue app.
Skeleton loading screens show a content outline while waiting for data to load - providing a great user experience and making load times feel shorter.