awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to makeomatic/redux-connect

Open-source alternatives to Redux Connect

30 open-source projects similar to makeomatic/redux-connect, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Redux Connect 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-clientالصورة الرمزية لـ apollostack

    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

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • clarus/redux-shipالصورة الرمزية لـ clarus

    clarus/redux-ship

    606عرض على GitHub↗

    Redux Ship is a side effects handler for Redux which focuses on:

    JavaScript
    عرض على GitHub↗606
  • dai-shi/react-hooks-asyncالصورة الرمزية لـ dai-shi

    dai-shi/react-hooks-async

    494عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗494
  • facebook/relayالصورة الرمزية لـ facebook

    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
  • gaearon/redux-thunkالصورة الرمزية لـ gaearon

    gaearon/redux-thunk

    17,694عرض على GitHub↗

    Redux-thunk is a middleware for Redux that enables action creators to return functions instead of plain objects. It serves as an asynchronous state management tool and functional action dispatcher that coordinates complex workflows and delays state updates until asynchronous tasks are complete. This middleware grants action creators access to the store state and dispatch methods, allowing for the execution of conditional logic and the coordination of multiple asynchronous operations. It enables the injection of custom dependencies and service layers to decouple business logic from the core st

    TypeScript
    عرض على GitHub↗17,694
  • grug/react-use-fetch-with-reduxG

    grug/react-use-fetch-with-redux

    0عرض على GitHub↗
    عرض على GitHub↗0
  • heroku/react-refetchالصورة الرمزية لـ heroku

    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-hookالصورة الرمزية لـ ilyalesik

    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
  • jeffbski/redux-logicالصورة الرمزية لـ jeffbski

    jeffbski/redux-logic

    1,796عرض على GitHub↗

    Redux middleware that can:

    JavaScript
    عرض على GitHub↗1,796
  • johannesklauss/react-use-fetch-factoryJ

    JohannesKlauss/react-use-fetch-factory

    0عرض على GitHub↗
    عرض على GitHub↗0
  • mauricedb/use-abortable-fetchالصورة الرمزية لـ mauricedb

    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-hooksالصورة الرمزية لـ nearform

    nearform/graphql-hooks

    1,887عرض على GitHub↗

    🎣 Minimal hooks-first GraphQL client

    TypeScript
    عرض على GitHub↗1,887
  • pburtchaell/redux-promise-middlewareP

    pburtchaell/redux-promise-middleware

    0عرض على GitHub↗

    Redux Promise Middleware enables simple, yet robust handling of async action creators in Redux.

    عرض على GitHub↗0
  • react-rekindle/use-requestR

    react-rekindle/use-request

    0عرض على GitHub↗
    عرض على GitHub↗0
  • redux-effects/redux-effectsالصورة الرمزية لـ redux-effects

    redux-effects/redux-effects

    492عرض على GitHub↗

    Virtual DOM for effects and impurities. You write pure functions, redux-effects handles the rest.

    JavaScript
    عرض على GitHub↗492
  • redux-loop/redux-loopالصورة الرمزية لـ redux-loop

    redux-loop/redux-loop

    1,951عرض على GitHub↗

    A library that ports Elm's effect system to Redux

    JavaScript
    عرض على GitHub↗1,951
  • redux-observable/redux-observableالصورة الرمزية لـ redux-observable

    redux-observable/redux-observable

    7,815عرض على GitHub↗

    Redux-Observable is a functional middleware for Redux that treats action streams as observables to manage complex asynchronous side effects and timing. It acts as an asynchronous action orchestrator, transforming streams of Redux actions into new actions through pipelines of observable-based side effects to coordinate application state changes. The project allows for the dynamic loading, injection, and replacement of side-effect streams at runtime. This enables the addition of asynchronous task handlers without requiring a full application restart, supporting code splitting and lazy loading o

    TypeScript
    عرض على GitHub↗7,815
  • ryanroll/react-use-apiR

    RyanRoll/react-use-api

    0عرض على GitHub↗
    عرض على GitHub↗0
  • salsita/redux-side-effectsالصورة الرمزية لـ salsita

    salsita/redux-side-effects

    179عرض على GitHub↗

    redux-side-effects

    JavaScript
    عرض على GitHub↗179
  • schettino/react-request-hookS

    schettino/react-request-hook

    0عرض على GitHub↗
    عرض على GitHub↗0
  • sergey-s/use-axios-reactالصورة الرمزية لـ sergey-s

    sergey-s/use-axios-react

    32عرض على GitHub↗

    React axios hooks for CRUD

    JavaScript
    عرض على GitHub↗32
  • slorber/react-async-hookالصورة الرمزية لـ slorber

    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-reactالصورة الرمزية لـ soroushchehresa

    soroushchehresa/axios-react

    47عرض على GitHub↗

    🌐 HTTP client component for React, based on Axios

    TypeScript
    عرض على GitHub↗47