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
·

3 dépôts

Awesome GitHub RepositoriesFeature Detection Libraries

Frameworks that execute runtime checks to determine browser support for web technologies.

Distinguishing note: Focuses on programmatic capability probing as an alternative to user-agent sniffing.

Explore 3 awesome GitHub repositories matching web development · Feature Detection Libraries. Refine with filters or upvote what's useful.

Awesome Feature Detection Libraries 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.
  • facebook/reactAvatar de facebook

    facebook/react

    245,669Voir sur GitHub↗

    React est une bibliothèque JavaScript pour créer des interfaces utilisateur basées sur une architecture orientée composants et un flux de données unidirectionnel.

    Detects third-party APIs that break automatic memoization and rendering optimizations.

    JavaScriptjavascriptuifrontend
    Voir sur GitHub↗245,669
  • modernizr/modernizrAvatar de Modernizr

    Modernizr/Modernizr

    25,680Voir sur GitHub↗

    Modernizr is a browser feature detection library that determines which web technologies are supported by a user's browser by executing small snippets of code to verify actual capabilities. By avoiding reliance on unreliable user-agent strings, it provides a reliable foundation for progressive enhancement, allowing developers to build interfaces that adapt their functionality and styling based on the specific features available in the client environment. The project distinguishes itself through a configuration-driven build system that generates custom, minimized JavaScript files containing onl

    Executes small snippets of JavaScript to verify browser support for specific web technologies instead of relying on unreliable user agent strings.

    JavaScriptcss3-featuresfeature-detectionhacktoberfest
    Voir sur GitHub↗25,680
  • 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

    Identifies third-party API usage that conflicts with automatic memoization and rendering optimizations.

    JavaScriptdocumentationjavascriptreact
    Voir sur GitHub↗11,765
  1. Home
  2. Web Development
  3. Feature Detection Libraries

Explorer les sous-tags

  • Optimization Compatibility CheckersTools for identifying third-party APIs that conflict with rendering optimizations. **Distinct from Feature Detection Libraries:** Distinct from Feature Detection Libraries: focuses on identifying incompatible patterns rather than probing browser capabilities.