- Learnt about
props.children
in React. This is the equivalent of<slots/>
in Vue.js. Anything within react components tags can be accessed in the accessed viaprops.children
.
props.children
in React. This is the equivalent of <slots/>
in Vue.js. Anything within react components tags can be accessed in the accessed via props.children
.