DEV Community

Vite ⚡️

Next-generation build tool for the web. It's pronounced /vit/!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Make your Vite applications run a little faster

Make your Vite applications run a little faster

Comments
8 min read
Build Web Apps Absurdly Fast with Vite

Build Web Apps Absurdly Fast with Vite

2
Comments
5 min read
Strange build behavior vue3

Strange build behavior vue3

Comments
2 min read
Vite Tips: Conditional Configs and Aliases

Vite Tips: Conditional Configs and Aliases

2
Comments
3 min read
Fix for EPERM: operation not permitted (...$types.d.ts)

Fix for EPERM: operation not permitted (...$types.d.ts)

Comments
1 min read
Vite v4 to v5 global replacement

Vite v4 to v5 global replacement

Comments 1
1 min read
Change your Sveltekit (or any vite-powered) dev server localhost port

Change your Sveltekit (or any vite-powered) dev server localhost port

1
Comments
1 min read
Answering questions about using Vitest and React Testing Library for frontend testing

Answering questions about using Vitest and React Testing Library for frontend testing

2
Comments
14 min read
How to Deploy a Full-Stack Application on Vercel

How to Deploy a Full-Stack Application on Vercel

1
Comments
4 min read
Challenges I encountered Configuring Vite for React Routing and Static File Integration

Challenges I encountered Configuring Vite for React Routing and Static File Integration

1
Comments
4 min read
Managing Git Repositories: Resolving Branch, Remote, and Commit Issues in a Vite React Project

Managing Git Repositories: Resolving Branch, Remote, and Commit Issues in a Vite React Project

1
Comments
3 min read
Building in public a SaaS for $9K

Building in public a SaaS for $9K

41
Comments 1
1 min read
A Simple Guide to Component Props in React

A Simple Guide to Component Props in React

Comments
3 min read
A beginners guide to using Vite with React

A beginners guide to using Vite with React

17
Comments 1
9 min read
Ruby on Rails Boilerplate: Vite, Tailwind, Stimulus

Ruby on Rails Boilerplate: Vite, Tailwind, Stimulus

7
Comments
4 min read
Understanding Environment Variables in Vite: Why VITE_ Prefix is Important

Understanding Environment Variables in Vite: Why VITE_ Prefix is Important

1
Comments
3 min read
How to Migrate from create-react-app to Vite?

How to Migrate from create-react-app to Vite?

5
Comments 1
3 min read
How to deploy ReactJS Apps (built using Vite) on GitHub Pages?

How to deploy ReactJS Apps (built using Vite) on GitHub Pages?

Comments
7 min read
How to Set Up WebGPU with TypeScript and Vite: A Simplified Guide

How to Set Up WebGPU with TypeScript and Vite: A Simplified Guide

1
Comments
7 min read
Migrating from Create React App to Vite: A Step-by-Step Guide

Migrating from Create React App to Vite: A Step-by-Step Guide

4
Comments
5 min read
How to setup Shopify Vite with Tailwind CSS.

How to setup Shopify Vite with Tailwind CSS.

4
Comments
3 min read
How to Create a Vite Plugin: A Step-by-Step Guide

How to Create a Vite Plugin: A Step-by-Step Guide

12
Comments
3 min read
Turbocharge Your Web Development with Bun.js and Vite

Turbocharge Your Web Development with Bun.js and Vite

Comments
3 min read
Mastering Loading Spinners in React 19 Forms Without useState

Mastering Loading Spinners in React 19 Forms Without useState

4
Comments
3 min read
Stop using create-react-app

Stop using create-react-app

24
Comments 9
6 min read
Run your Sveltekit (or any vite) localhost server with HTTPS

Run your Sveltekit (or any vite) localhost server with HTTPS

1
Comments
2 min read
Testing React Applications with Vitest: A Comprehensive Guide

Testing React Applications with Vitest: A Comprehensive Guide

Comments
4 min read
Multiple apps on a single domain hosted on sub-paths

Multiple apps on a single domain hosted on sub-paths

Comments
5 min read
Vite preview not displaying the correct page

Vite preview not displaying the correct page

Comments
1 min read
Creating and Publishing a vue-file-validator plugin with Vite and npm : A Comprehensive Guide

Creating and Publishing a vue-file-validator plugin with Vite and npm : A Comprehensive Guide

1
Comments
5 min read
Managing Static Assets in Public Directory vs Imports

Managing Static Assets in Public Directory vs Imports

1
Comments
3 min read
From Parcel to Vite: A short story of a 100K LOC migration

From Parcel to Vite: A short story of a 100K LOC migration

22
Comments
9 min read
Valtio: Unveiling the State Management Ninja with Bun and Vite

Valtio: Unveiling the State Management Ninja with Bun and Vite

Comments
13 min read
Vitest adoption guide: Overview, examples, and alternatives

Vitest adoption guide: Overview, examples, and alternatives

4
Comments
19 min read
How to Access Your Local Development Server on Any Device Using Vite

How to Access Your Local Development Server on Any Device Using Vite

Comments 1
2 min read
Achieving a 3x reduction in React Bundle size: A case study

Achieving a 3x reduction in React Bundle size: A case study

Comments
4 min read
Build a desktop app with Electron + Vite + React EASYLY

Build a desktop app with Electron + Vite + React EASYLY

2
Comments
2 min read
Kickstart Your Browser Extension Development with Vite, Vue 3, and Manifest V3

Kickstart Your Browser Extension Development with Vite, Vue 3, and Manifest V3

4
Comments 2
2 min read
Webpack vs Vite: A Detailed Comparison for Web Development

Webpack vs Vite: A Detailed Comparison for Web Development

Comments
6 min read
Migrating a Vite + React app to use React Server Components

Migrating a Vite + React app to use React Server Components

Comments
8 min read
How to setup SASS in Vite Environment and brief notes on important sass functionalities

How to setup SASS in Vite Environment and brief notes on important sass functionalities

1
Comments
4 min read
A boilerplate for a React application using TypeScript and Vite, following the MVVM

A boilerplate for a React application using TypeScript and Vite, following the MVVM

2
Comments
6 min read
How to pass values from PHP to JavaScript using Laravel Vite

How to pass values from PHP to JavaScript using Laravel Vite

Comments
2 min read
A Guide to Server-Side Rendering (SSR) with Vite and React.js

A Guide to Server-Side Rendering (SSR) with Vite and React.js

2
Comments
5 min read
I created a Boiler Plate for creating Web Apps with Google Apps Script.

I created a Boiler Plate for creating Web Apps with Google Apps Script.

Comments
3 min read
Master Full-Stack Monorepos: A Step-by-Step Guide

Master Full-Stack Monorepos: A Step-by-Step Guide

1
Comments
10 min read
Web Push Notifications with React and Firebase Cloud Messaging (FCM)

Web Push Notifications with React and Firebase Cloud Messaging (FCM)

5
Comments
8 min read
Avoiding File Hashing in Vite #️⃣

Avoiding File Hashing in Vite #️⃣

5
Comments
1 min read
React Server Side Rendering with Express and Vite

React Server Side Rendering with Express and Vite

2
Comments
1 min read
How to Setup Path Alias Vite + React

How to Setup Path Alias Vite + React

5
Comments 2
3 min read
在Web工程中使用CSS级联层

在Web工程中使用CSS级联层

Comments
2 min read
Moving from Create-React-App to Vite for Web3Auth Projects

Moving from Create-React-App to Vite for Web3Auth Projects

3
Comments
3 min read
Supporting Older Browsers using Vite

Supporting Older Browsers using Vite

3
Comments
11 min read
My WordPress Template 2024 made from Vite and TypeScript

My WordPress Template 2024 made from Vite and TypeScript

7
Comments 2
5 min read
Multipage Vite Vanilla JavaScript

Multipage Vite Vanilla JavaScript

2
Comments 4
4 min read
Vite.js: собираем приложение для production безопасно

Vite.js: собираем приложение для production безопасно

Comments
1 min read
One-shot migration from Create React App to Vite

One-shot migration from Create React App to Vite

Comments
1 min read
Bundling Code-Bases with Large File Structures

Bundling Code-Bases with Large File Structures

3
Comments
6 min read
Testing a React Application with Vitest and React Testing Library

Testing a React Application with Vitest and React Testing Library

1
Comments
3 min read
React + Vite + Tailwind project

React + Vite + Tailwind project

1
Comments
1 min read
loading...