Tag: vue

An Advanced Guide To Vitest Testing And Mocking

An advanced guide to Vitest testing and mocking

Dev

Use Vitest to write tests with practical examples and strategies, covering setting up workflows, mocking, and advanced testing techniques.

Sebastian Weber
Jun 6, 2024 ⋅ 24 min read
Optimizing Rendering In Vue

Optimizing rendering in Vue

Dev

This guide covers methods for enhancing rendering speed in Vue.js apps using functions and techniques like `v-once`, `v-for`, `v-if`, and `v-show`.

Ikeh Akinyemi
Jun 5, 2024 ⋅ 8 min read
Understanding Refs In Vue

Understanding refs in Vue

Dev

Refs are Vue.js instance properties that are used to register or indicate a reference to HTML elements or child elements in your app’s template.

Nwose Lotanna
May 30, 2024 ⋅ 9 min read
Reactivity With The Vue 3 Composition API: Ref() And Reactive()

Reactivity with the Vue 3 Composition API: ref() and reactive()

Dev

Explore Vue 3’s Composition API and the ref() and reactive() functions for implementing efficient reactivity.

Oyinkansola Awosan
Apr 30, 2024 ⋅ 10 min read
How To Use Axios With Vue Js

How to use Axios with Vue.js

Dev

Learn to streamline your Vue.js applications with Axios for simplified HTTP requests and efficient data handling.

Ibiyemi Adewakun
Mar 11, 2024 ⋅ 6 min read
Leveraging Pinia To Simplify Complex Vue State Management

Leveraging Pinia to simplify complex Vue state management

Dev

Examine the most important features of Pinia, the new official Vue state management tool that is easy to use and modular by design.

Ivaylo Gerchev
Feb 24, 2024 ⋅ 16 min read
The best UI frameworks for Vue 3

The best UI frameworks for Vue 3

Dev

Discover the best Vui UI frameworks to create beautiful, customizable apps, all compatible with Vue 3 and easy to use.

Dylan Tientcheu
Jan 2, 2024 ⋅ 6 min read
How To Use Props To Pass Data To Child Components In Vue 3

How to use props to pass data to child components in Vue 3

Dev

Props are an important feature in Vue 3 for managing parent and child components, but handling them can be somewhat tricky. 

Nwose Lotanna
Dec 26, 2023 ⋅ 8 min read

How to integrate Google Maps into a Vue 3 application

Dev

Learn how to integrate Google Maps into a Vue 3 application using the vue-google-maps package, from basic necessities to advanced features.

Abiola Farounbi
Oct 13, 2023 ⋅ 7 min read
Exploring Advanced Design Patterns In Vue Js

Exploring Vue.js design patterns: From basic to advanced

Dev

Design patterns are reliable solutions to common problems software developers face when building software systems. They’re not specific to any […]

Rahul Chhodde
Oct 13, 2023 ⋅ 22 min read
Optimizing Vue Js Apps With Web Workers

Optimizing Vue.js apps with web workers

Dev

Web workers can improve Vue app performance by offloading resource-intensive tasks to separate threads, enhancing responsiveness and UX.

Temitope Oyedele
Sep 19, 2023 ⋅ 6 min read
Angular Vs. React Vs. Vue.js: Comparing Performance

Angular vs. React vs. Vue.js: Comparing performance

Dev

Compare the three popular frameworks, React, Vue, and Angular, to see which is a good fit by comparing their performance, ease of use, etc.

Nefe Emadamerho-Atori
Aug 31, 2023 ⋅ 13 min read