Simple tutorial showing how to start with Vue 3 without complex tooling and build pipelines. An follow-up to my previous article showing how to achieve the same with the Vue 2.
Category: Programming
Simple no-dependencies alternative to Vuex state management, based on Vue 3 Reactivity System. Reactivity in Vue 3 is now decoupled from its UI limitations and it can be used for other purposes as well. As we’ve demonstrated, it can be used as a powerful tool to handle state within Vue 3 applications.
Simple tutorial showing how to start with Vue JS easily, without complex tooling and build pipelines.