awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
DOM Manipulation · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesDOM Manipulation

Methods and directives used to dynamically update, move, or intercept content within the document structure.

Explore 2 awesome GitHub repositories matching web development · DOM Manipulation. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. DOM and Event Utilities
  4. DOM Manipulation

Awesome DOM Manipulation GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    JavaScript
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Conditional Rendering DirectivesDirectives that add or remove elements from the DOM based on the truthiness of an expression.
  • Content TeleportationThe ability to render component content into a different part of the DOM tree while maintaining logical state.
  • Custom DirectivesMechanisms for applying low-level DOM behavior to elements via custom attributes.
  • Navigation InterceptorsDirectives or utilities that prevent default browser navigation behaviors on interactive elements.