DEV Community

Discussion on: What was your win this week?

Collapse
 
nop33 profile image
nop33.eth

I learnt how to use scoped component slots in Vue.js in order to control the rendering of the list items in the child component from the parent component. I even went a bit further and managed to do this recursively from any parent level up! I need to write a blog post about this :XD