Frontend
22 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
DOM
Programming interface representing web page structure as a tree
Svelte
Compiler-based framework producing efficient vanilla JS
Design System
Collection of reusable components and UI standards
Context API
React mechanism for sharing state without prop drilling
Hydration
Process of attaching JS event handlers to server-rendered HTML
Service Worker
Background script enabling offline support and notifications