Vue 3 Composition API: A Practical Introduction
setup(), ref vs reactive, and reusable composables — a practical introduction to Vue 3's Composition API for developers coming from Options API or another framework.
Articles on web development, tools, and lessons learned.
3 articles · browse by category or tag below
setup(), ref vs reactive, and reusable composables — a practical introduction to Vue 3's Composition API for developers coming from Options API or another framework.
Why Pinia replaced Vuex as Vue's recommended state management library, and how to set up stores in both Options and Composition API styles.
How Inertia.js lets a Laravel backend and Vue.js frontend feel like one SPA-style codebase, without building a separate JSON API.