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
·

2 Repos

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

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

    pmndrs/jotai

    21,208Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗21,208
  • noahzinsmeister/web3-reactAvatar von NoahZinsmeister

    NoahZinsmeister/web3-react

    5,690Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,690
  1. Home
  2. Data & Databases
  3. Remote Data Management
  4. Data Access Hooks

Unter-Tags erkunden

  • 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.