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...DiscussVue.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...Discuss·143 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...DiscussLearning 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...DiscussVue.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, ...Discuss·125 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...Discuss·80 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...Discuss·1 like·63 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...Discuss·56 readsNuxt
Katarzyna Kądziołkachihuahuacoder.com·Jun 24, 2024How to deploy your Vue 3 App on Heroku with Docker and Github ActionsHeroku is a cheap and simple hosting platform to host your apps. Basic hosting costs around 5$/month for many hours of active app. That means that you can host multiple applications for that cost. Create your app on Heroku Click "New" and choose "Cre...Discuss·46 readsDeploy on HerokuVue.js
David Alexander Adamsdavidalex.ca·May 29, 2024My experience with migrating from Vue 2 to Vue 3The migration of Vue 2 to Vue 3 is not easy. Especially if your team has a large codebase with lots of moving parts. It is important to plan and strategize your migration strategy. Due to the major API changes, I recommend taking some precautions bef...DiscussVue.js