The best feature of the Vue.js Composition API is the ability to extract reactive state and functionality into their own reusable modules or "composables".
Learn how to create a Multi-Step Form with Petite Vue. Petite Vue is the most lightweight and performant approach for progressive enhancement with Vue.
Combing ESLint and Prettier make large scale Vue 3 apps clean and error free. Learn how to set up Prettier and ESLint with Vite for your next Vue 3 project!
The Vue.js 3 composition API is useful as a powerful store solution, providing an intuitive way of storing, accessing, and modifying state across components.
Vue.observable() makes it possible to create reactive data outside of a Vue component, thus making it a viable and flexible store solution for Vue.js 2.