Frontend
23 views
Flexbox
Quick Definition
CSS layout module for one-dimensional item arrangement
Full Definition
A CSS layout module for arranging items in one dimension with alignment and distribution.
Examples
flex container, flex items, alignment, spacing, wrapping
Related Terms
css
grid
layout
More Frontend Terms
Virtual DOM
Lightweight DOM copy for efficient UI updates
Responsive Design
Making web pages render well on all devices
Service Worker
Background script enabling offline support and notifications
Progressive Web App
Web apps with native app-like experience and offline support
Hydration
Process of attaching JS event handlers to server-rendered HTML
Frontend Development
Building user-facing web applications with HTML, CSS, JavaScript