Articles by Tag #vue

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Setup a Micro-Frontend architecture in 15min with Vite!

In a monolithic frontend architecture, a single codebase handles the entire user interface. While...

Learn More 199 39Dec 10 '24

Project Introduction: Portfolio Developer

1. Project Objective: This project is designed to create an online space for developers to...

Learn More 160 14Oct 23 '24

Why Stop Using TypeScript for Small Projects?

TypeScript is great—until it isn’t. After years of using it everywhere, I realized it’s not always the right choice. Here’s why I’ve stopped using TypeScript for small projects.

Learn More 144 144Mar 22

How to Manage User Authentication in React.js, Next.js, Vue.js, and Nuxt.js Using Clerk

INTRODUCTION Authentication is a very important component to any software, application, system, it...

Learn More 106 17Oct 1 '24

Top 10 Vue.js libraries you should be using in 2025

Vue.js has become a popular framework for building modern web applications, thanks to its flexibility...

Learn More 94 9Dec 30 '24

Comparing Frontend Frameworks: Angular vs. React vs. Vue.js - Which One Fits Your Project Best?

Selecting the right frontend framework can make or break the success of your project in today's web...

Learn More 89 25Nov 11 '24

10 Must-Know TypeScript Features to Improve Your Coding Efficiency

TypeScript has redefined how developers write scalable and maintainable JavaScript code. While its...

Learn More 86 1Dec 17 '24

10 Tips to Write Cleaner Vue.js Code

When transitioning from one project to another (for example when changing jobs) there is always this...

Learn More 81 13Dec 9 '24

Two-way Binding is a Two-way Street

In some circles, two-way binding is seen as the scourge of modern frontends, while in others it is...

Learn More 80 5Jul 31 '24

React vs Vue: Choosing the Right Frontend Framework

React vs. Vue: A Comprehensive Comparison Introduction When it comes to modern...

Learn More 66 28Feb 11

JavaScript Unlocked: Effortlessly Master React, Vue, and Angular

Introduction If you've mastered JavaScript, you'll find that learning front-end frameworks...

Learn More 59 4May 20 '24

Which JavaScript framework is best (React or Vue in 2025?)

React vs. Vue.js in 2025, Which One Should You Choose? React remains one of the most popular...

Learn More 57 44Feb 20

2025 React vs. Vue Tech Stack Comparison for Your Startup

Here’s a truth bomb: Picking the right framework for your tech stack in 2025 isn’t about which one is...

Learn More 55 2Jan 26

Micro-frontend architecture alongside Vue 3 migration

Introduction The micro-frontend architecture can resolve many issues with your frontend...

Learn More 48 5Jun 21 '24

Laravel 11 + Inertia JS (VUE) CRUD Example: Part 1

Hello Artisan, In today's blog post, we'll see how to use laravel 11 and Inertia js to build Single...

Learn More 45 0Jun 7 '24

What are PDF.js Layers and How You Can Use them in Vue.js

PDF is everywhere, no matter what kind of web app you’re building, you’re bound to need a convenient...

Learn More 42 3Mar 4

Install Tailwind CSS v4 in a Vue 3 + Vite Project

Tailwind CSS v4 is here, bringing a more streamlined installation process and performance...

Learn More 41 6Feb 5

ESLint 9 Flat config tutorial

When we start a new project, syntax check and style format is important but not easy to config. That...

Learn More 41 3Jul 3 '24

Reactive vs. Ref in Vue 3: What’s the difference?

Vue 3 introduced the Composition API, offering developers more flexible and powerful tools for...

Learn More 41 9Dec 16 '24

Nuxt + ESLint 9 + TypeScript + Prettier - Configuration Guide 2025

Due to recent updates and compatibility issues, setting up a Nuxt project with the latest versions of...

Learn More 40 4Jun 18 '24

The Ultimate Guide to Vue 3 Composition API: Tips and Best Practices

The Composition API in Vue 3 introduces a new way to organize and reuse code, offering a more...

Learn More 33 1May 31 '24

11 JavaScript Fundamentals for Vue Developers

Start at the Basics With the advent of AI and some tech-ed influencers, there seem to be...

Learn More 33 1Jan 3

Vue.js: A Speed Demon or Just a High-Risk Gambler?

Introduction Let's take a moment to appreciate Vue.js Core repository---one of the most...

Learn More 33 3Sep 13 '24

Testing Vue components with Vitest

Modern front-end development demands robust testing practices to ensure the reliability and...

Learn More 32 4Jan 13

Create a Fullstack app with Vue and Go (And Tailwindcss v4)

This article is for new developers or people curious about Go, vue, or how to bulid a simple full...

Learn More 32 0May 29 '24

Building Recursive components in Vue

Few days ago, I wanted to build a Vue component that would be able to display a nested node tree...

Learn More 30 0Oct 14 '24

Laravel 11 + Inertia JS (VUE) CRUD Example: Part 2

Hello Artisan, In the previous blog post, we saw how to set laravel + inertia js project to create a...

Learn More 29 2Jun 11 '24

Building Vue3 Component Library from Scratch #1 Introduction

Preface This is the first article in the series "Building Vue3 Component Library from...

Learn More 29 2May 18 '24

Top 23+ Free Vue Templates & Themes

Vue.js is one of the most popular JavaScript frameworks for building user interfaces and single-page...

Learn More 29 1Jul 18 '24

Using Cache Control in Nuxt to improve Performance

Caching is important because it improves system performance and efficiency by storing frequently...

Learn More 29 1Nov 4 '24