This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
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.