Frontend Development
Quick Definition
Building user-facing web applications with HTML, CSS, JavaScript
Full Definition
Building the user-facing portion of web applications with HTML, CSS, and JavaScript.
Examples
React, Vue, Angular, responsive design, accessibility
Related Terms
html
css
javascript
More Frontend Terms
Static Site Generation
Pre-rendering pages at build time into static HTML
Component Library
Pre-built reusable UI components for faster development
Context API
React mechanism for sharing state without prop drilling
CSS Grid
Two-dimensional CSS layout system for complex layouts
Server Components
React components rendering on the server for better performance
TypeScript
Superset of JavaScript with static type checking