awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesState Reference Capture

Capturing the current value of state in a ref to prevent closures from using stale data in async callbacks.

Distinct from Asynchronous State Managers: Focuses on solving the stale closure problem in React, not on server-client synchronization.

Explore 1 awesome GitHub repository matching web development · State Reference Capture. Refine with filters or upvote what's useful.

Awesome State Reference Capture GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • streamich/react-useAvatar de streamich

    streamich/react-use

    43,974Ver en GitHub↗

    react-use is a collection of reusable state and effect hooks for managing common logic in React applications. It serves as a comprehensive library for implementing state management patterns and wrapping various browser APIs into consistent hook interfaces. The project provides a specialized toolkit for DOM interaction and browser API integration, allowing components to track element dimensions, manage cookies, and monitor hardware sensors. It includes a suite of animation and timing utilities for physics-based numeric interpolation and frame-synced state updates. Beyond basic state managemen

    Provides a way to track the current value of props or state in a reference for use in asynchronous callbacks.

    TypeScript
    Ver en GitHub↗43,974
  1. Home
  2. Web Development
  3. Asynchronous State Managers
  4. State Reference Capture