Building a simple notification solution with Nuxt 3
Recently, I added a simple notification solution to a Nuxt 3 project. Pinia store was used to keep track of active notifications and reactively update the UI when notifications were added or removed.