Pravin Jadhavlearnvue.hashnode.dev·Feb 4, 2025What is v-bind and v-on?What is v-bind and v-on? v-bind: This is used to bind data from your JavaScript to the HTML. For example, :value="text" means the input's value is connected to the text variable in your JavaScript. v-on: This is used to listen to events (like typin...Vue.js
Michał Romanmichalroman.hashnode.dev·Dec 28, 2024Understanding Vue 3's Composition API: From options to composition - a practical guideIntroduction Vue 3's Composition API represents a fundamental shift in how we structure Vue applications. While the Options API served us well, larger applications often faced challenges with code organization and logic reuse. This guide will walk yo...Vue.js
olagunju oluwabukolasussanah.hashnode.dev·Oct 8, 2024Vue 2 vs. Vue 3Vue has long been touted as a "progressive JavaScript framework," and if you're familiar with that term, you already know it speaks volumes about the philosophy behind Vue's evolution. Vue 2 was designed to be incrementally adoptable—whether you're w...Vue.js
Olufemi Oyedepoolufemioyedepo.hashnode.dev·Sep 16, 2024Implement feature flags using GrowthBookWhat is GrowthBook? GrowthBook is a modern, feature-rich & an open-source feature flagging and experimentation platform designed to help teams optimize product development through A/B testing and feature management. It provides tools for conducting e...146 readsVue.js
Dev By RayRaydevbyrayray.hashnode.dev·Sep 13, 2024Five Reasons to Choose Vue.js for Your Development TeamsIn the ever-evolving landscape of web development, choosing the right framework can make or break your project's success. For lead developers, tech leads, and engineering managers, Vue.js has emerged as a compelling option worth considering. This pro...Learning VueJS & Nuxt.jsVue.js
Asfak AhmedforfreeCodeCampfreecodecamp.org·Sep 11, 2024How Event Handling Works in Vue 3: A Guide for DevelopersEvent handling in Vue 3 allows developers to respond to user interactions like clicks, key presses, form submissions, and more. Vue provides simple and flexible ways to manage these interactions, enabling you to build dynamic and engaging application...Vue.js
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, ...635 readsemit
Asfak Ahmedasfakahmedsblog.hashnode.dev·Sep 8, 2024Understanding Vue.js ( v-model ) A Complete GuideVue.js provides a robust system for building dynamic, reactive interfaces, and one of the most frequently used directives is v-model. This directive allows for seamless two-way data binding between form inputs and the application's state, making it e...190 readspowerful vue js
Sailesh ShresthaforJoBins Engineeringblog.jobins.jp·Aug 26, 2024Creating Dynamic Hyperlinked Text Components in VUE JSIntroduction When building modern web applications, there are many instances where you need to dynamically insert hyperlinks into a block of text. Whether you’re parsing user-generated content or just want to ensure all URLs in a given string are cli...1 like·111 readsdynamic-hyperlin
Steve Hamastv99.hashnode.dev·Jul 11, 2024Building a Nuxt 3 starter app with headless Drupal 10Headless CMSes have become increasingly popular lately in no small part thanks to the relatively recent rise of meta frameworks like Next.js (and Nuxt.js), Gatsby, and Astro which can all take over the front-end duties that a CMS would normally do. W...57 readsNuxt