Prop drilling is an annoying thing that happens a lot when you're working with Vue.js. It's when you have to pass a prop through a bunch of components just to get to some data that was set up way higher in the component tree. This can make your code ...
salkobalic.com5 min read
No responses yet.