Advanced Components: Exposing Internal State - Slot Props - Mouse Coordinates Exercise
In this lesson, we will create a MouseCoordinates component using slot props in Vue based on the exercise left in the previous lesson. Such components are known as renderless components and are useful for sharing functionality and/or state even when DOM rendering is required.
Links