awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to harshitkumar31/asyncdataloader-react

Open-source alternatives to Asyncdataloader React

30 open-source projects similar to harshitkumar31/asyncdataloader-react, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Asyncdataloader React alternative.

  • rackt/react-router-reduxrackt avatar

    rackt/react-router-redux

    7,752View on GitHub↗

    This project is a Redux routing middleware and state binder that synchronizes the browser URL and routing state with a global Redux store. It functions as a client-side navigation synchronizer, ensuring application views remain in sync with the URL during history rewinds or state replay. The system enables programmatic navigation control by allowing page transitions to be triggered through the dispatching of state actions rather than direct component method calls. It maps navigation events and location data from React Router into the state management store to maintain a single source of truth

    JavaScript
    View on GitHub↗7,752
  • kwelch/entities-reducerkwelch avatar

    kwelch/entities-reducer

    5View on GitHub↗

    Redux high order reducer for FSA normalized payloads

    JavaScript
    View on GitHub↗5
  • gaearon/redux-devtoolsgaearon avatar

    gaearon/redux-devtools

    14,355View on GitHub↗

    Redux DevTools is a state management debugger and visualizer for Redux applications. It provides a set of interfaces for inspecting state trees, monitoring real-time state changes, and dispatching actions. The project features a state time travel debugger that allows for rewinding and replaying sequences of dispatched actions to reproduce specific application states. It includes a remote state monitor to track state changes from sources in environments where local browser access is unavailable. The toolset covers action history replay, state change inspection, and hot-reload development work

    TypeScript
    View on GitHub↗14,355
  • lexich/redux-apilexich avatar

    lexich/redux-api

    494View on GitHub↗

    Flux REST API for redux infrastructure

    JavaScript
    View on GitHub↗494

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • sporto/redux-loadersporto avatar

    sporto/redux-loader

    38View on GitHub↗

    Deprecated A high order component and request management utility for Redux.

    JavaScript
    View on GitHub↗38
  • skellock/reactotronskellock avatar

    skellock/reactotron

    15,564View on GitHub↗

    Reactotron is a desktop application for inspecting the state, network traffic, and logs of React and React Native applications. It serves as a specialized debugging interface for monitoring network requests, performance metrics, and state transitions in JavaScript and mobile application frameworks. The tool provides a real-time interface for tracking data flow and dispatching actions to test different state transitions. It includes a network traffic monitor to intercept and display API requests and responses, as well as a performance analysis tool for capturing execution data and measuring op

    TypeScript
    View on GitHub↗15,564
  • banderson/generator-reduxbanderson avatar

    banderson/generator-redux

    249View on GitHub↗

    It's "Atomic Flux with hot reloading", a next-generation take on the Flux pattern with a few core philosophical design differences, including:

    JavaScript
    View on GitHub↗249
  • erikras/redux-formerikras avatar

    erikras/redux-form

    12,491View on GitHub↗

    Redux-form is a form state management library that synchronizes user input and form metadata with a global Redux store. It acts as a bridge between form input fields and the Redux ecosystem, ensuring predictable state transitions through a centralized state manager. The library utilizes Higher Order Components to connect React applications to the Redux store. This approach offloads state management from local components to a global store, facilitating the orchestration of complex forms with numerous fields. The system maintains consistency through a unidirectional data flow, integrating form

    JavaScript
    View on GitHub↗12,491
  • kennetpostigo/react-reachkennetpostigo avatar

    kennetpostigo/react-reach

    135View on GitHub↗

    A small library for React to communicate with GraphQL

    JavaScript
    View on GitHub↗135
  • lapanoid/redux-devtools-gentest-pluginlapanoid avatar

    lapanoid/redux-devtools-gentest-plugin

    125View on GitHub↗

    Deprecated use https://github.com/conorhastings/redux-test-recorder instead

    JavaScript
    View on GitHub↗125
  • adjohnson916/fireduxadjohnson916 avatar

    adjohnson916/firedux

    150View on GitHub↗

    :fire: :hatching_chick: Firebase Redux for ReactJS

    JavaScript
    View on GitHub↗150
  • wellguimaraes/actionwarewellguimaraes avatar

    wellguimaraes/actionware

    200View on GitHub↗

    Redux with less boilerplate, actions statuses and controlled side-effects in a single shot.

    JavaScript
    View on GitHub↗200
  • vslinko/vstack-routervslinko avatar

    vslinko/vstack-router

    50View on GitHub↗

    Universal router

    TypeScript
    View on GitHub↗50
  • tom-alexander/redux-ecommerceTom-Alexander avatar

    Tom-Alexander/redux-ecommerce

    10View on GitHub↗

    e-commerce flux with redux

    JavaScript
    View on GitHub↗10
  • alixander/redux-store-validatoralixander avatar

    alixander/redux-store-validator

    26View on GitHub↗

    Add validation to your Redux reducers

    JavaScript
    View on GitHub↗26
  • alnorris/redux-actiontyperalnorris avatar

    alnorris/redux-actiontyper

    57View on GitHub↗

    Helper to create less verbose action types for Redux

    JavaScript
    View on GitHub↗57
  • chentsulin/generator-redux-appchentsulin avatar

    chentsulin/generator-redux-app

    56View on GitHub↗

    Scaffold out a redux app

    JavaScript
    View on GitHub↗56
  • conorhastings/redux-test-recorderconorhastings avatar

    conorhastings/redux-test-recorder

    492View on GitHub↗

    a redux middleware to automatically generate tests for reducers through ui interaction

    JavaScript
    View on GitHub↗492
  • jackong/generator-reactappJackong avatar

    Jackong/generator-reactapp

    20View on GitHub↗

    generator for react app

    JavaScript
    View on GitHub↗20
  • agamennon/redux-tiny-routerAgamennon avatar

    Agamennon/redux-tiny-router

    129View on GitHub↗

    A Router made for Redux and made for universal apps! stop using the router as a controller... it's just state!

    JavaScript
    View on GitHub↗129
  • kvoti/redux-restKvoti avatar

    Kvoti/redux-rest

    178View on GitHub↗

    Automatically create Redux action constants, action creators, and reducers for your REST API

    JavaScript
    View on GitHub↗178
  • semlinker/reactjs-interview-questionssemlinker avatar

    semlinker/reactjs-interview-questions

    2,171View on GitHub↗

    This repository serves as a comprehensive knowledge base and study guide for developers preparing for technical assessments and job screenings focused on React. It provides a structured collection of common industry inquiries and answers designed to build proficiency in the core concepts and patterns required for modern web interface development. The resource covers the fundamental pillars of the library, including component-based architecture, declarative rendering, and unidirectional data flow. It details essential patterns for managing both local and global application state, as well as te

    JavaScriptinterview-preparationinterview-questionsreact
    View on GitHub↗2,171
  • akz92/vim-ionic2A

    akz92/vim-ionic2

    0View on GitHub↗

    Vim plugin that adds syntax highlighting for Ionic 2's html tags and attributes

    View on GitHub↗0
  • adafruit/glideradafruit avatar

    adafruit/glider

    42View on GitHub↗

    Glider is a portable mobile app aimed at making wireless editing of Python code really easy and fun.

    JavaScript
    View on GitHub↗42
  • acdlite/redux-actionsA

    acdlite/redux-actions

    0View on GitHub↗

    Getting Started - Installation - Usage - Documentation

    View on GitHub↗0
  • aidenybai/react-scanaidenybai avatar

    aidenybai/react-scan

    21,370View on GitHub↗

    React Scan is a diagnostic utility and performance auditor designed to monitor the rendering lifecycle of components within user interfaces. It functions as an automated analysis tool that tracks component re-render cycles and execution timing to identify performance bottlenecks in real time. The tool distinguishes itself by providing visual feedback through a persistent overlay injected directly into the application. By instrumenting the reconciliation process and observing component state and props, it highlights specific rendering patterns that contribute to performance degradation. This

    TypeScriptjavascriptreactreact-dom
    View on GitHub↗21,370
  • airbnb/showkaseairbnb avatar

    airbnb/Showkase

    2,306View on GitHub↗

    🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements

    Kotlin
    View on GitHub↗2,306
  • akavel/rumbacakavel avatar

    akavel/rumbac

    3View on GitHub↗

    a simple commandline flasher for Arduino Nano 33 BLE / Sense boards

    Rust
    View on GitHub↗3
  • ai-dashboad/flutter-skillai-dashboad avatar

    ai-dashboad/flutter-skill

    299View on GitHub↗

    AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero config. Works with Claude, Cursor, Windsurf, Copilot. Test Flutter, React Native, iOS, Android, Web, Electron, Tauri, KMP, .NET MAUI — all from natural language.

    Dart
    View on GitHub↗299
  • achristmascarl/rainfrogachristmascarl avatar

    achristmascarl/rainfrog

    4,855View on GitHub↗

    Rainfrog is a terminal-based database client that connects to multiple database engines, combining schema browsing, interactive SQL query execution, and inline data editing into a single terminal interface. It provides a tree navigator for exploring tables, columns, and indexes, and an inline cell editor that automatically constructs and executes the necessary UPDATE statements when a cell value is changed. The application also supports modal Vim-style keyboard shortcuts for cursor movement and editing, making it usable entirely from the keyboard. Query results are fetched in chunks and pagin

    Rustdatabase-managementmysqlpostgresql
    View on GitHub↗4,855