byteNative
Frontend

Vite

A blazing-fast dev server and build tool for modern frontends.

What is Vite?

Vite is a blazing-fast development server and, at the same time, a modern build tool for current frontends. Thanks to native ES modules, the dev environment starts practically instantly instead of bundling everything first, and changes appear in the browser with no noticeable delay. For the production build it then bundles your code efficiently and with sensible defaults. That immediate feedback makes the daily work not just faster but considerably more enjoyable.

More in the documentation

How we use it

For projects that do not need a full meta-framework, Vite is our default underpinning, whether React, Vue or Svelte. The instant start and fast hot reload keep our flow quick and your iterations short. For the production build you get a lean, clean bundle with no major tuning.

bash
npm create vite@latest my-app -- --template react-ts
scaffolding a new project

Good to know

In the dev server Vite deliberately does not bundle, which is what makes startup so fast, but the production build goes through Rollup. That difference explains why, very rarely, something runs in development that only surfaces in the build.

00Frontend

More tools we work with in the same area.

Which technology fits you?

You don't have to decide that, it's our job. Tell us about your plans.