Tag: vue

Vue.js logo over a dark, textured purple background. The article discusses using defineExpose and in Vue 3 to enhance component interaction and enable dynamic theming.

defineExpose and <style vars> in Vue 3 for component interaction and theming

Dev

Simplify component interaction and dynamic theming in Vue 3 with defineExpose and for better control and flexibility.

Clara Ekekenta
Nov 7, 2024 ⋅ 8 min read
Building A Real-Time Chat App Using Laravel Reverb And Vue

Building a real-time chat app using Laravel Reverb and Vue

Dev

Build a fully functional, real-time chat application using Laravel Reverb’s backend and Vue’s reactive frontend.

Rosario De Chiara
Nov 4, 2024 ⋅ 12 min read
Vue.js Logo on Abstract Blue Background

Automatic file-based routing in Vue.js

Dev

Read how automatic file-based routing works and is set up in Vue.js along with how it compares to traditional routing methods.

David Omotayo
Oct 18, 2024 ⋅ 11 min read
Angular Vs. React Vs. Vue.js: Comparing Performance

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

Dev

React, Angular, and Vue.js are open source frontend JavaScript frameworks for building web applications.

Nefe Emadamerho-Atori
Oct 7, 2024 ⋅ 12 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

Explore how to use props to send state from parents to child component in Vue 3.

Nwose Lotanna
Oct 4, 2024 ⋅ 9 min read
How To Automatically Import And Register Vue Components

How to automatically import and register Vue components

Dev

Explore automatically importing Vue components using tools like unplugin-vue-components and unplugin-auto-import.

Jacob Jackson
Sep 23, 2024 ⋅ 6 min read
Provide Inject API Vue 3

Using provide/inject in Vue.js 3 with the Composition API

Dev

Learn how to use the provide/ inject function pair with the Composition API to pass data into deeply nested components in Vue.js 3.

Iniubong Obonguko
Aug 26, 2024 ⋅ 9 min read
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