awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesEvent Default Overrides

Methods for intercepting and suppressing standard browser event behaviors to implement custom application logic.

Distinguishing note: Candidates focus on task specifications, behavioral definitions, or overscroll prevention, rather than general event object manipulation.

Explore 2 awesome GitHub repositories matching web development · Event Default Overrides. Refine with filters or upvote what's useful.

Awesome Event Default Overrides GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • reactjs/react.devAvatar de reactjs

    reactjs/react.dev

    11,765Voir sur GitHub↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Override standard browser actions for specific events by invoking methods on the event object to maintain custom application flow.

    JavaScriptdocumentationjavascriptreact
    Voir sur GitHub↗11,765
  • mui/base-uiAvatar de mui

    mui/base-ui

    8,711Voir sur GitHub↗

    Base UI is a headless component library and unstyled framework providing accessible interface primitives. It decouples behavioral logic and state management from the visual layer, allowing developers to implement complex UI patterns while maintaining total control over the final styling. The library implements WAI-ARIA design patterns to ensure all primitives support standard keyboard navigation and screen reader accessibility. It provides a suite of low-level building blocks that handle the internal mechanics of interface elements without bundling any CSS. The framework covers a broad range

    Enables developers to intercept and suppress internal component event handlers to implement custom interaction logic.

    TypeScriptaccessibilitydesign-systemreact
    Voir sur GitHub↗8,711
  1. Home
  2. Web Development
  3. Event Default Overrides