Frontend
147 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
JavaScript
Programming language enabling interactive web content
Vue.js
Progressive JavaScript framework for user interfaces
Micro-Frontend
Architecture composing apps from independent frontend pieces
Server-Side Rendering
Rendering web pages on the server for initial load
Single-Page Application
Web app that loads once and dynamically updates content
Static Site Generation
Pre-rendering pages at build time into static HTML