Asfak Ahmedasfakahmedsblog.hashnode.dev·Sep 9, 2024Understanding Vue.js ( emit ): A Complete GuideVue.js of the core concepts in Vue is the communication between components, and emit is the key tool for sending events from child components to parent components. In this blog post, we will explore what emit is, why it is important, when to use it, ...263 readsemit
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 ...Vue.js
Barbarageekiebarbs.hashnode.dev·Aug 18, 2023Build a Countdown app with Vue.js using Composition APIRecently I started learning Vue.js, and to my luck, it was being taught at the Sailscast community workshop. In the workshop, we were asked to build a countdown watch as a take-home assignment. Recognizing the value of documenting my journey, I decid...10 likes·1.0K readsVue.js