3 dépôts
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.
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.
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.
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.