A Deep Dive into Vue 3's Suspense Component
Every Vue app that fetches data ends up with the same boilerplate: an isLoading ref, a v-if for the spinner, a v-else for the content, and maybe an error ref if you're being responsible. Multiply that
grimicorn.hashnode.dev4 min read