awesome-repositories.com
Blog
MCP
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
·
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

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alex-cory/use-httpA

    alex-cory/use-http

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • apollostack/apollo-clientAvatar von apollostack

    apollostack/apollo-client

    19,798Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗19,798
  • bdbch/react-devtoB

    bdbch/react-devto

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bdbch/react-githubB

    bdbch/react-github

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • charlesstover/fetch-suspenseC

    CharlesStover/fetch-suspense

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • dai-shi/react-hooks-asyncAvatar von dai-shi

    dai-shi/react-hooks-async

    494Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗494
  • facebook/relayAvatar von facebook

    facebook/relay

    18,940Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗18,940
  • grug/react-use-fetch-with-reduxG

    grug/react-use-fetch-with-redux

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • heroku/react-refetchAvatar von heroku

    heroku/react-refetch

    3,403Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗3,403
  • ilyalesik/react-fetch-hookAvatar von ilyalesik

    ilyalesik/react-fetch-hook

    350Auf GitHub ansehen↗

    React hook for conveniently use Fetch API.

    JavaScript
    Auf GitHub ansehen↗350
  • inmagik/react-rocketjumpI

    inmagik/react-rocketjump

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • johannesklauss/react-use-fetch-factoryJ

    JohannesKlauss/react-use-fetch-factory

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • makeomatic/redux-connectAvatar von makeomatic

    makeomatic/redux-connect

    546Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗546
  • mauricedb/use-abortable-fetchAvatar von mauricedb

    mauricedb/use-abortable-fetch

    161Auf GitHub ansehen↗

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

    TypeScript
    Auf GitHub ansehen↗161
  • nearform/graphql-hooksAvatar von nearform

    nearform/graphql-hooks

    1,887Auf GitHub ansehen↗

    🎣 Minimal hooks-first GraphQL client

    TypeScript
    Auf GitHub ansehen↗1,887
  • react-rekindle/use-requestR

    react-rekindle/use-request

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ryanroll/react-use-apiR

    RyanRoll/react-use-api

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • sergey-s/use-axios-reactAvatar von sergey-s

    sergey-s/use-axios-react

    32Auf GitHub ansehen↗

    React axios hooks for CRUD

    JavaScript
    Auf GitHub ansehen↗32
  • slorber/react-async-hookAvatar von slorber

    slorber/react-async-hook

    1,187Auf GitHub ansehen↗

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

    TypeScripthooks
    Auf GitHub ansehen↗1,187
  • smmoosavi/react-use-data-loaderS

    smmoosavi/react-use-data-loader

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • soroushchehresa/axios-reactAvatar von soroushchehresa

    soroushchehresa/axios-react

    47Auf GitHub ansehen↗

    🌐 HTTP client component for React, based on Axios

    TypeScript
    Auf GitHub ansehen↗47
  • tannerlinsley/react-queryAvatar von tannerlinsley

    tannerlinsley/react-query

    49,769Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗49,769
  • tanstack/queryAvatar von TanStack

    TanStack/query

    49,761Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗49,761
  • zeit/swrZ

    zeit/swr

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • zhixiaoqiang/react-request-hookZ

    zhixiaoqiang/react-request-hook

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0