2 repositorios
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.
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.
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.