awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesBrowser State Hooks

Utilities for tracking and responding to browser-level state changes like tab visibility or window focus.

Distinguishing note: Focuses on browser environment state rather than UI component state.

Explore 3 awesome GitHub repositories matching web development · Browser State Hooks. Refine with filters or upvote what's useful.

Awesome Browser State Hooks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mantinedev/mantineAvatar von mantinedev

    mantinedev/mantine

    31,263Auf GitHub ansehen↗

    Mantine is a comprehensive component library for building accessible and responsive web applications. It provides a foundational set of UI elements and layout primitives, anchored by a base component that supports consistent styling, spacing, and layout properties across the entire interface. The library is built on a design-driven theme engine that uses a provider-based system to propagate global design tokens and color schemes throughout an application. The library distinguishes itself through a robust architecture that emphasizes component composition and reusable interaction logic. It uti

    Mantine provides a hook to track the visibility state of the browser tab, enabling detection of when users switch away from or return to the page.

    TypeScriptdark-modedark-themehooks
    Auf GitHub ansehen↗31,263
  • uidotdev/usehooksAvatar von uidotdev

    uidotdev/usehooks

    11,394Auf GitHub ansehen↗

    This project is a comprehensive library of reusable React hooks designed to simplify browser API integration, state management, and component lifecycle tracking. It provides a declarative interface for managing complex browser interactions, allowing developers to encapsulate imperative logic into modular, composable functions that integrate directly with the component lifecycle. The library distinguishes itself by offering specialized utilities for asynchronous data orchestration, including built-in caching, retry logic, and loading state management. It also features advanced performance opti

    Provides hooks for tracking and responding to browser environment state changes like window dimensions and network status.

    MDXastrobloghooks
    Auf GitHub ansehen↗11,394
  • ultrafunkamsterdam/nodriverAvatar von ultrafunkamsterdam

    ultrafunkamsterdam/nodriver

    3,578Auf GitHub ansehen↗

    nodriver is an asynchronous Chromium browser automation framework that provides headless control and web scraping capabilities. It functions as a Chrome DevTools Protocol client, allowing for granular engine control by attaching directly to the browser's debug port without the need for external driver binaries. The framework is specifically designed as an anti-bot detection bypass tool. It modifies browser fingerprints and protocol headers to evade automated security systems, handle security warnings, and bypass common obstacles like insecure connection alerts. The system covers a broad rang

    Enables connection to running debug sessions to examine tab contents without interrupting automation.

    Python
    Auf GitHub ansehen↗3,578
  1. Home
  2. Web Development
  3. Browser State Hooks

Unter-Tags erkunden

  • Debug Session InspectorsTools for connecting to active browser debug ports to inspect internal state without interrupting execution. **Distinct from Browser State Hooks:** Distinct from Browser State Hooks: focuses on external inspection via debug ports rather than internal event listeners.