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 204 39Dec 10 '24

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 113 21Jun 2

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 158 168Mar 22

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

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 108 10Dec 30 '24

A Mid-career Retrospective of Stores for State Management

Working on a living product after 2 years on design systems and component libraries has inspired...

Learn More 16 1Dec 21 '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

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 32 1Apr 14

vueframe V3 is here !!!

Hey guys I officially have released V3 of vueframe, adding a bunch of quality of life improvements...

Learn More 11 2Jan 17

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

Testing Vue components with Vitest

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

Learn More 38 4Jan 13

How Good Are Accessibility Linters? A Practical Test of React, Vue, and Angular

As front-end developers, we know the accessibility docs for our frameworks exist. But in practice,...

Learn More 3 0Nov 11

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

How Does Technical Debt Pile Up? — Looking at “Just for Now” Examples (Structure Edition)

Hey folks! Sometimes I think bugs love me too much — they just keep coming back no matter what I do...

Learn More 6 0Oct 2

Anyone Else Tired of Having SSR Shoved Down Their Throats?

Remember when deploying a SPA was simple? No SSR, no full-stack lock-in, just a fast, static site. I got tired of overcomplicated frameworks and built GoDeploy—a CLI to bring back the good ole days.

Learn More 11 8Mar 19

Understanding the Vue 3 Composition API

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

Learn More 30 3Jan 20

Arquitetura Modular com Nuxt Layers em Projetos Vue

O Desafio Invisível que Todo Dev Frontend Enfrenta Você conhece essa história: começou um...

Learn More 4 1Oct 2

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 32 5Mar 31

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

Blazingly fast E-Commerce in Nuxt

I recently participated as a speaker at Vue.js Amsterdam and during my talk, I announced a new...

Learn More 20 3Mar 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

“It’s clear you are better than the reviewer” - said a Senior Software Engineer

I got selected to move forward for a Software Engineer (Frontend) role with a foreign company from a...

Learn More 20 10May 16

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

The Human Side of Vue.js: How Learning Vue Changes Your Life as a Developer

Today I want to share with you how learning Vue.js can be a game-changer, not just in your coding...

Learn More 11 2Jun 27

Optimized Fonts in Nuxt

Typography plays a critical role in web performance and user experience. While custom fonts can...

Learn More 7 2Jun 9

Slicing Through Complexity: Modular Design vs Feature-Sliced Design in Vue 3

Slicing Through Complexity: Modular Design vs Feature-Sliced Design in Vue 3 The...

Learn More 7 0Oct 29

How to Fix Vue Hydration Mismatch

When working with Vue.js (or Nuxt.js) in an SSR/SSG context, one of the more perplexing issues you...

Learn More 9 1Oct 23

The React Trap: Why It’s Time to Move On in 2025

React once dazzled the web development world with its promise of a clean, component-based approach. Fast-forward to 2025, and the once-revered framework now shows serious cracks. If you’ve ever felt React’s growing pains in large-scale projects—or simply wondered why the ecosystem feels increasingly fractured—this article is your wake-up call.

Learn More 21 12Feb 23

How to Use Nuxt 3 Middleware for Authentication and Permissions

Nuxt 3 is a powerful framework for building Vue.js applications, offering a streamlined way to manage...

Learn More 19 4Feb 17

BootstrapVueNext vs BootstrapVue: strengths, limitations, and adoption

BootstrapVue was once the go-to library for using Bootstrap with Vue 2, but it has become outdated...

Learn More 11 0Aug 19