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 202 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 156 167Mar 22

State Management in Front-end Web Development: State 101

Learn where to keep your variables to improve your app design, performance, and readability. ...

Learn More 110 21Jun 2

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 107 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 101 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 91 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 83 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

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 67 9Feb 5

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

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

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 43 3Mar 4

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 43 11Dec 16 '24

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 42 3Jul 3 '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 34 1Jan 3

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 34 1Jul 18 '24

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

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 31 0Oct 14 '24

Handling large lists efficiently in Vue 3

Handling large lists in Vue 3 efficiently is crucial for maintaining smooth performance and a great...

Learn More 31 5Mar 31

Using Cache Control in Nuxt to improve Performance

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

Learn More 30 1Nov 4 '24

Optimizing heavy operations in Vue with Web Workers

Heavy computations on the main thread can lead to sluggish UI, dropped frames, and poor user...

Learn More 30 1Apr 14

Build a Simple Grocery Tracker App using Vue JS and Supabase

Co-authored with @kindadailybren Sometimes, the best way to learn a new technology is to start...

Learn More 29 0Apr 24

7 Open Source Projects You Should Know - Vue Edition ✔️ [BONUS]

Overview Hi everyone 👋🏼​ This will be an article a little different from the others: in...

Learn More 28 8Sep 23 '24

Modular Architecture in Nuxt

Nuxt is known not only for its Performance and Developer Experience but also for its modular...

Learn More 25 5Apr 7

How Hard Can It Be? „Building a Photo Sharing App is easy!“ (*regrets 😓)

Recently, I was looking for a simple way to share photos amongst friends and family. But no way I...

Learn More 23 21Jun 7

Understanding the Vue 3 Composition API

The Vue 3 Composition API introduces a powerful new way to structure and organize code, giving...

Learn More 23 3Jan 20