Frontend
27 views
DOM
Quick Definition
Programming interface representing web page structure as a tree
Full Definition
Document Object Model, the programming interface representing web page structure as a tree.
Examples
DOM manipulation, event handling, node traversal, tree updates
Related Terms
javascript
html
virtual-dom
More Frontend Terms
Nuxt.js
Full-stack Vue.js framework with SSR and auto routing
Static Site Generation
Pre-rendering pages at build time into static HTML
Vite
Fast build tool with instant server start and HMR
JavaScript
Programming language enabling interactive web content
State Management
Managing application data state across components
CSS-in-JS
Styling approach writing CSS within JavaScript files