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.
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
Redux Ship is a side effects handler for Redux which focuses on:
NOT MAINTAINED React custom hooks for async functions with abortability and composability
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
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
A simple, declarative, and composable way to fetch data for React components
React hook for conveniently use Fetch API.
React hook that does a fetch and aborts when the components is unloaded or a different request is made
🎣 Minimal hooks-first GraphQL client
Redux Promise Middleware enables simple, yet robust handling of async action creators in Redux.
Virtual DOM for effects and impurities. You write pure functions, redux-effects handles the rest.
A library that ports Elm's effect system to Redux
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
React hook to handle any async operation in React components, and prevent race conditions
🌐 HTTP client component for React, based on Axios