In this lesson, we use the Vue 3 composition API to create a reusable "composable" for working with application notifications. The "composable" provides a way for us to expose shared state and functionality across multiple components without the use of Vuex or mixins.