awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to schettino/react-request-hook

Open-source alternatives to React Request Hook

26 open-source projects similar to schettino/react-request-hook, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best React Request Hook alternative.

  • aiven715/promise-hookA

    aiven715/promise-hook

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • alex-cory/use-httpA

    alex-cory/use-http

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • apollostack/apollo-clientapollostack 的头像

    apollostack/apollo-client

    19,798在 GitHub 上查看↗

    Apollo Client is a frontend GraphQL integration layer and client library used to fetch, manage, and cache data from a GraphQL server in web and mobile applications. It functions as a state management framework that synchronizes remote server data with local application state. The project provides a TypeScript wrapper for executing GraphQL queries and mutations, ensuring type-safe API integration with automatic validation and code completion. The library manages data fetching and synchronization between the backend and the user interface. It includes capabilities for caching GraphQL results l

    TypeScript
    在 GitHub 上查看↗19,798
  • bdbch/react-devtoB

    bdbch/react-devto

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bdbch/react-githubB

    bdbch/react-github

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • charlesstover/fetch-suspenseC

    CharlesStover/fetch-suspense

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • dai-shi/react-hooks-asyncdai-shi 的头像

    dai-shi/react-hooks-async

    494在 GitHub 上查看↗

    NOT MAINTAINED React custom hooks for async functions with abortability and composability

    JavaScript
    在 GitHub 上查看↗494
  • facebook/relayfacebook 的头像

    facebook/relay

    18,940在 GitHub 上查看↗

    Relay is a GraphQL client framework and state manager used for building data-driven applications. It functions as a declarative data fetching layer and a GraphQL compiler that transforms declarations into optimized runtime code with automatic type generation. The framework distinguishes itself through a build-time compilation process that generates optimized queries and a data masking system that prevents components from accessing undeclared data. It employs a normalized client-side cache to maintain consistency across entities and an optimistic update mechanism to provide immediate interface

    Rust
    在 GitHub 上查看↗18,940
  • grug/react-use-fetch-with-reduxG

    grug/react-use-fetch-with-redux

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • heroku/react-refetchheroku 的头像

    heroku/react-refetch

    3,403在 GitHub 上查看↗

    A simple, declarative, and composable way to fetch data for React components

    JavaScript
    在 GitHub 上查看↗3,403
  • ilyalesik/react-fetch-hookilyalesik 的头像

    ilyalesik/react-fetch-hook

    350在 GitHub 上查看↗

    React hook for conveniently use Fetch API.

    JavaScript
    在 GitHub 上查看↗350
  • inmagik/react-rocketjumpI

    inmagik/react-rocketjump

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • johannesklauss/react-use-fetch-factoryJ

    JohannesKlauss/react-use-fetch-factory

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • makeomatic/redux-connectmakeomatic 的头像

    makeomatic/redux-connect

    546在 GitHub 上查看↗

    Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React

    JavaScript
    在 GitHub 上查看↗546
  • mauricedb/use-abortable-fetchmauricedb 的头像

    mauricedb/use-abortable-fetch

    161在 GitHub 上查看↗

    React hook that does a fetch and aborts when the components is unloaded or a different request is made

    TypeScript
    在 GitHub 上查看↗161
  • nearform/graphql-hooksnearform 的头像

    nearform/graphql-hooks

    1,887在 GitHub 上查看↗

    🎣 Minimal hooks-first GraphQL client

    TypeScript
    在 GitHub 上查看↗1,887
  • react-rekindle/use-requestR

    react-rekindle/use-request

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ryanroll/react-use-apiR

    RyanRoll/react-use-api

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • sergey-s/use-axios-reactsergey-s 的头像

    sergey-s/use-axios-react

    32在 GitHub 上查看↗

    React axios hooks for CRUD

    JavaScript
    在 GitHub 上查看↗32
  • slorber/react-async-hookslorber 的头像

    slorber/react-async-hook

    1,187在 GitHub 上查看↗

    React hook to handle any async operation in React components, and prevent race conditions

    TypeScripthooks
    在 GitHub 上查看↗1,187
  • smmoosavi/react-use-data-loaderS

    smmoosavi/react-use-data-loader

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • soroushchehresa/axios-reactsoroushchehresa 的头像

    soroushchehresa/axios-react

    47在 GitHub 上查看↗

    🌐 HTTP client component for React, based on Axios

    TypeScript
    在 GitHub 上查看↗47
  • tannerlinsley/react-querytannerlinsley 的头像

    tannerlinsley/react-query

    49,769在 GitHub 上查看↗

    React Query is an asynchronous state management library and data fetching orchestrator designed to fetch, cache, and synchronize server state in web applications. It functions as a server-state cache manager that handles asynchronous data requests to keep local application state in sync with a remote server. The library implements a stale-while-revalidate cache pattern, which provides immediate access to cached data while triggering background updates to maintain consistency. It further supports optimistic user interface updates, allowing the interface to change immediately during data mutati

    TypeScript
    在 GitHub 上查看↗49,769
  • tanstack/queryTanStack 的头像

    TanStack/query

    49,761在 GitHub 上查看↗

    This project provides a comprehensive suite of tools for managing asynchronous state and building full-stack web applications. At its core, it functions as a centralized synchronization layer that automates data fetching, caching, and background revalidation, ensuring that remote server data remains consistent with the local user interface. By utilizing a declarative, hook-based programming model, it simplifies the management of complex data lifecycles and loading states. The project distinguishes itself through a headless design philosophy that decouples business logic from visual presentati

    TypeScriptasynccachedata
    在 GitHub 上查看↗49,761
  • zeit/swrZ

    zeit/swr

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • zhixiaoqiang/react-request-hookZ

    zhixiaoqiang/react-request-hook

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0