Frontend
28 views
Design Token
Quick Definition
Named values representing design decisions in platform-agnostic format
Full Definition
Named values representing design decisions like colors spacing and typography in a platform-agnostic format.
Examples
color variables, spacing scales, typography presets, Figma tokens
Related Terms
design-system
css
component-library
More Frontend Terms
Virtual DOM
Lightweight DOM copy for efficient UI updates
Vue.js
Progressive JavaScript framework for user interfaces
Lazy Loading
Deferring resource loading until needed
Hydration
Process of attaching JS event handlers to server-rendered HTML
Context API
React mechanism for sharing state without prop drilling
Service Worker
Background script enabling offline support and notifications