In this lesson, we take a look at using provide/inject with the composition API. Provide/inject gives us the ability to share data from a parent component to deeply nested child components without having to pass the data down through multiple components as props.