Daniel is the lead instructor at Vue School and enjoys helping other developers reach their full potential. He has 10+ years of developer experience using technologies including Vue.js, Nuxt.js, and Laravel.
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.
Vuex is the official store library and state management pattern for Vue.js. It is the first store solution for Vue.js and is time tested for effectiveness.
State management across multiple components in Vue can be hard. In this article series, you'll learn what a Store is, when you need it, and the different store solutions we have in Vue.js applications.