Haseeb Mirzahaseebmirza.hashnode.dev·Jul 8, 2024Understanding Composition API vs Options API in Vue.js: Which One to Choose?1. Introduction to Vue.js APIs Vue.js offers two powerful APIs for building components: the Options API and the Composition API. While both serve the same purpose, they offer different approaches to managing your component's logic and state. 2. What ...DiscussVue.js
Laura Enotaeyang.hashnode.dev·Sep 7, 2023Unveiling the power of Vue.jsVue.js, the brainchild of Evan You, has emerged as a compelling front-end framework that seamlessly blends the best of both worlds—resembling Angular's architectural elegance while prioritizing the intuitive templating functions. While at Google, Eva...Discuss·1 like·87 readsJavaScript
Elvin Kyunguelvincode.hashnode.dev·Aug 30, 2023Titre : Les 10 raisons d'utiliser la Composition API plutôt que l'Options APIIntroduction : Depuis la sortie de Vue.js 3, les développeurs ont maintenant accès à une nouvelle fonctionnalité puissante appelée la Composition API. Cette API offre une approche plus flexible et modulaire pour la création de composants Vue. Dans ce...Discuss·10 likes·84 readsVue.js