Courses

Vue.js 3 Options API Masterclass - Notification System - A Composable for Storing and Interacting with Notifications

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.