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
·

2 repositorios

Awesome GitHub RepositoriesData Access Hooks

Hooks that simplify remote data retrieval by managing loading, error, and resolution states.

Distinct from Remote Data Management: Distinct from Remote Data Management: focuses on the developer-facing hook API for data access rather than the underlying synchronization engine.

Explore 2 awesome GitHub repositories matching data & databases · Data Access Hooks. Refine with filters or upvote what's useful.

Awesome Data Access Hooks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pmndrs/jotaiAvatar de pmndrs

    pmndrs/jotai

    21,208Ver en GitHub↗

    Jotai is a state management library for React applications that utilizes an atomic model to handle data. It organizes application state into small, independent units called atoms, which automatically track dependencies and trigger granular updates to components. By building state through these composable primitives, the library ensures that only the necessary parts of an application re-render when data changes. The library distinguishes itself through its flexible approach to state composition and asynchronous data handling. It integrates promises directly into the state model, allowing devel

    Simplifies remote data fetching by providing hooks that manage loading and error states automatically.

    TypeScriptatomichacktoberfestmanagement
    Ver en GitHub↗21,208
  • noahzinsmeister/web3-reactAvatar de NoahZinsmeister

    NoahZinsmeister/web3-react

    5,690Ver en GitHub↗

    web3-react is a React framework for building decentralized applications that connect to Ethereum wallets and read blockchain state. It provides a unified interface for wallet connection management, enabling Ethereum dApp development through a collection of hooks and providers that abstract away provider-specific logic. The library is built around a connector plugin architecture that normalizes interactions across different Ethereum networks and wallet implementations. It distributes blockchain state through React Context and synchronizes state reactively by subscribing to provider events like

    Exposes wallet and blockchain interactions through custom React hooks, decoupling UI from connection management.

    TypeScript
    Ver en GitHub↗5,690
  1. Home
  2. Data & Databases
  3. Remote Data Management
  4. Data Access Hooks

Explorar subetiquetas

  • Wallet Access HooksReact hooks that expose wallet connections, account data, and transaction capabilities without provider-specific logic. **Distinct from Data Access Hooks:** Distinct from Data Access Hooks: focuses on blockchain wallet and account access rather than general remote data retrieval.