The Prop Drilling Problem And How To Solve It In Vue JS
In VueJS and many other frontend frameworks, we use the props down approach where data that needs to be accessed by a child component is sent via props. However, there can be situations where the child that needs to access a given prop is deeply nest...
reubenfrimpong.me1 min read