In this lesson, we learn how to use Vue’s provide/inject funcationality to inject reactive data from components higher up the component tree to components nested down the tree without the use of props. Plus, we do this in a type safe manner, ensuring injected values are properly typed.
Links