Ahmed Nassernasserspace.hashnode.net·May 2, 2022FeaturedVue 3 Reactivity System Is Brilliant! Here’s How It Works - Part 1What do we mean by reactivity? Being a frontend developer nowadays means that you’re dealing with reactivity on a daily basis. Basically, it is the seamless mapping between the application state and the DOM. Any change in the application state will i...Anand Baraik and 7 others are discussing this8 people are discussing thisDiscuss·146 likes·4.7K readsVue 3 ReactivityVue.js
Sunil Joshisunil.hashnode.net·Sep 30, 2020FeaturedThe Ultimate Vue Cheat SheetVuejs has become one of the most successfully applied, loved and trusted frontend JavaScript frameworks among our community. The Vue3 comes with a whole lot of new features. In this article we will go through all the fundamentals of Vue2 and Vue3. Ba...Edidiong Asikpo (Didi) and 2 others are discussing this3 people are discussing thisDiscuss·116 likes·2.4K readsvue
Ronald Blüthldevoted.hashnode.net·Apr 10, 2022How to build robust Vue 3 componentsVue has been my go-to framework for the last couple of years. It gets the job done, it‘s easy to use, and I understand it quite well. Over time, I had built up some great boilerplate code to bootstrap new projects. The scaffold project had TypeScript...Discuss·43 likes·1.7K readsVue.js
Ahmed Nassernasserspace.hashnode.net·Apr 10, 2023Vue 3 Reactivity System Is Brilliant! Here’s How It Works - Part 2: reactive and watchEffect FunctionsLast Checkpoint Before we dive into this section, I wanted to bring to your attention that it builds upon the topics covered in the first part. If you haven't already read it, I recommend taking a few moments to do so before proceeding. It will prov...Discuss·25 likes·243 readsVue 3 ReactivityVue3
MiracoolforMiracool's blogmiracool.hashnode.net·Apr 2, 2023Getting started with vue js testing.The front-end testing phase of software development is crucial. It entails testing the application's user interface (UI) to make sure that it is intuitive and useful. Using Vue.js as a case study, we will talk about frontend testing in this article. ...Discuss·4 likes·58 readsJavaScript
Patrycja Buczkowskadigitalpatio.hashnode.net·Mar 27, 2023Build Better Forms with Vue.js 3 Composition API: A Practical GuideIntroduction Managing large and complex forms can be a challenge for any web developer. Fortunately, Vue.js 3 provides a powerful solution in the form of the Composition API. With the Composition API, you can create custom form components that make i...Discuss·5 likes·588 readsVue.js
Samuel Kayodesammiekei.hashnode.net·Mar 24, 2023Vue.js: Exploring the Latest Tools for Improved DevelopmentVueJS has become one of the most popular JavaScript frameworks available, providing developers with easy-to-learn syntax and powerful features. Over the years, the VueJS community has grown and evolved, leading to the development of new tools to help...Discuss·2 likes·80 readsProgramming Blogs
Mohit Talniyamohit-talniya.hashnode.net·Mar 22, 2023Nuxt vs Vue comparisonCriteriaNuxtVue Server-side rendering (SSR)Pros: Easy to set up SSR, fast page loads, better SEO, improved user experience for slow internet connections.Cons: Requires additional setup to implement SSR, may require additional maintenance. Routing...Discussnuxt3
Tien Nguyentiennguyen.hashnode.net·Feb 22, 2023Is VueJS Easy to Learn? A Beginner GuideVueJS is a popular open-source JavaScript framework used for building user interfaces and single-page applications. Developed by Evan You, VueJS has quickly gained popularity in the web development community due to its simple syntax and ease of use. ...Discuss·32 readsVue.js
CanopasforCanopas's blogcanopas.hashnode.net·Feb 1, 2023How to test Vue 3 components with Jest?Testing is crucial to ensure that our code is working as expected and maintaining the stability of the application. When working with Vue.js or any other js framework, Jest is an excellent choice for testing your components. In this blog post, we wil...Discuss·27 readsVue.js
Pratik Patelpratik227.hashnode.net·Jan 27, 2023Creating Sign In page using QuasarWhat's to create a beautiful Sign In page using the quasar framework? Don't worry I got your back. <q-layout view="lHh Lpr lFf"> <q-page-container> <q-page class="flex flex-center bg-grey-2"> <q-card class="q-pa-md shadow-2 my_card"...Discuss·29 readsVue.js
Pratik Patelpratik227.hashnode.net·Jan 25, 2023Dynamic Importing Component Templates with Vue.jsOne of the really cool features of Vue js is to dynamically load components. Let’s look at some of the examples of components. Components are basically reusable code that can be used across multiple pages. If you try to add the same code for multiple...Discuss·55 readsVue.js
Godwin Martinsgmcodes.hashnode.net·Jan 20, 2023Mastering the V-Model in Vue 3: Building Reactive and Interactive User InterfacesThe V-Model in Vue 3 is a powerful tool for building dynamic user interfaces. It allows developers to create reusable components that can be easily integrated into a variety of different applications. This article will take a closer look at the V-Mod...Discuss·1 like·36 readsVue.js