Authentication Patterns for Single-Page Applications
Implement secure authentication in SPAs with token rotation, silent refresh, secure storage, and protection against common attacks.
The Progressive JavaScript Framework
8 posts in this tag
Implement secure authentication in SPAs with token rotation, silent refresh, secure storage, and protection against common attacks.
Create a reusable, themeable component library using Vue 3, Tailwind CSS, and proper documentation with Storybook.
Build custom Nuxt modules to encapsulate functionality, share code between projects, and create powerful development tools.
Master Vue 3's built-in components for modals, loading states, and async component coordination with Teleport and Suspense.
Accessibility isn't an afterthought. Learn to build inclusive web apps with semantic HTML, keyboard navigation, and ARIA done right.
Master Pinia with real-world patterns: store composition, async actions, optimistic updates, and when you don't need a store at all.
Stop writing brittle tests. Learn a pragmatic testing strategy for Vue components using Vitest and Vue Test Utils.
Understand the power of Vue 3's Composition API through practical, real-world composable patterns that you can use today.
