Tag: vue

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 James
Aug 31, 2023 ⋅ 13 min read
Comparing The Vue 3 Options Api And Composition Api For Component Creation

Comparing the Vue 3 Options API and Composition API

Dev

Vue offers two methods for component creation: the Options API and the Composition API. Let’s compare their pros, cons, and use cases.

Ivaylo Gerchev
Aug 11, 2023 ⋅ 7 min read
Top 3 Services to Deploy a Vue App for Free

Top 3 services to deploy a Vue app for free

Dev

We explore the best free services for deploying Vue.js apps, along with instructions on how to deploy an app on each platform.

Popoola Temitope
Jul 31, 2023 ⋅ 6 min read
Vue 3 for React developers

Vue 3 for React developers: Side-by-side comparison with demos

Dev

In this comprehensive guide to Vue for React developers, we teach you how to make the most of transferring your React knowledge to Vue.

Sebastian Weber
Jul 19, 2023 ⋅ 27 min read

How to wrap, extend, or proxy a Vue component

Dev

Wrapping, extending, and proxying can increase the flexibility of your Vue components, but it’s important to do it correctly. Learn how here!

Emmanuel John
Jul 18, 2023 ⋅ 12 min read
Inheritance Vs Composition Vue

Inheritance vs. composition in Vue

Dev

Inheritance allows code reuse by inheriting properties and methods from a parent component. Composition, however, is simply a way to reuse code by composing smaller, reusable components and functions.

Oyinkansola Awosan
Jul 11, 2023 ⋅ 4 min read