Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Advanced Components: Exposing Internal State

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Slot Props in JSX

Using JSX can be different in many ways but practical for a lot of cases, especially when building components. The flexibility of JSX is handy in those cases. In that logic, it is important to learn how to use the slot props in JSX in Vue to expose some state.

In this lesson, i will be rebuilding the same as in the previous one while using JSX, and showing how does that doesn’t change the usage for the consumer.