Frontend
25 views
Web Component
Quick Definition
Browser-native technology for reusable custom HTML elements
Full Definition
A browser-native technology for creating reusable encapsulated custom HTML elements.
Examples
custom elements, shadow DOM, HTML templates, framework-agnostic UI
Related Terms
shadow-dom
custom-elements
component-library
More Frontend Terms
Single-Page Application
Web app that loads once and dynamically updates content
JavaScript
Programming language enabling interactive web content
Code Splitting
Breaking JS bundles into smaller chunks loaded on demand
HTML
Standard markup language for web page structure and content
Svelte
Compiler-based framework producing efficient vanilla JS
CSS Grid
Two-dimensional CSS layout system for complex layouts