Frontend
139 views
Vite
Quick Definition
Fast build tool with instant server start and HMR
Full Definition
A fast build tool providing instant server start and lightning-fast hot module replacement.
Examples
dev server, HMR, rollup-based builds, plugin system
Related Terms
webpack
rollup
esbuild
More Frontend Terms
Service Worker
Background script enabling offline support and notifications
Svelte
Compiler-based framework producing efficient vanilla JS
Lazy Loading
Deferring resource loading until needed
Code Splitting
Breaking JS bundles into smaller chunks loaded on demand
Context API
React mechanism for sharing state without prop drilling
Nuxt.js
Full-stack Vue.js framework with SSR and auto routing