Frontend
168 views
Responsive Design
Quick Definition
Making web pages render well on all devices
Full Definition
An approach making web pages render well on all devices and screen sizes.
Examples
fluid grids, flexible images, media queries, mobile-first
Related Terms
css
mobile-first
flexbox
More Frontend Terms
Code Splitting
Breaking JS bundles into smaller chunks loaded on demand
Design System
Collection of reusable components and UI standards
Shadow DOM
Web standard for encapsulated DOM and styling isolation
Vue.js
Progressive JavaScript framework for user interfaces
Vite
Fast build tool with instant server start and HMR
DOM
Programming interface representing web page structure as a tree