The Composition API Masterclass is out!
Sign-up for the Vue.js Masterclass 2024 Edition.
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.