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 gaearon/redux-devtools

Open-source alternatives to Redux Devtools

30 open-source projects similar to gaearon/redux-devtools, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Redux Devtools alternative.

  • zalmoxisus/redux-devtools-extensionzalmoxisus avatar

    zalmoxisus/redux-devtools-extension

    13,460View on GitHub↗

    This project is a state management inspector and debugging tool for Redux. It provides a browser-based interface for inspecting and modifying application state and actions in real time, serving as an action logger and time travel debugger to troubleshoot application logic. The tool allows users to navigate a chronological history of state changes to replay previous versions of the application or skip specific actions. It also functions as a remote monitoring bridge, streaming Redux state and actions from non-browser environments to a centralized debugging interface. The capability surface in

    JavaScriptdebugdevtoolsextension
    View on GitHub↗13,460
  • jhen0409/react-native-debuggerjhen0409 avatar

    jhen0409/react-native-debugger

    10,460View on GitHub↗

    React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile applications built with React Native. It provides a dedicated interface to monitor the runtime state, network requests, and console logs of a remote mobile environment. The tool integrates specialized inspectors for Redux state management and GraphQL client debugging, allowing for time-traveling state transitions and the analysis of queries, mutations, and local cache. It also features a component hierarchy viewer for visualizing and modifying UI properties in real time. Bro

    JavaScript
    View on GitHub↗10,460
  • reactotron/reactotronreactotron avatar

    reactotron/reactotron

    15,564View on GitHub↗

    Reactotron is a desktop application and collection of developer tools designed for monitoring runtime errors, analyzing network requests, and inspecting state within JavaScript and React environments. It serves as a debugger for both React JS and React Native projects, providing a visual interface to monitor internal application state and performance. The tool provides specialized inspectors for React Native mobile applications and React web applications. It allows for the real-time tracking of state changes and the dispatching of actions to a state manager to test different application scena

    TypeScript
    View on GitHub↗15,564

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
  • 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
  • reduxjs/redux-devtoolsreduxjs avatar

    reduxjs/redux-devtools

    14,336View on GitHub↗

    Redux DevTools is a development utility designed for inspecting, monitoring, and replaying state changes within applications built using the Redux predictable state container. It functions as a JavaScript state inspector that tracks data flow and visualizes action sequences to assist in identifying logic errors during the development process. The tool provides time-travel debugging capabilities, allowing developers to navigate through recorded action sequences to isolate specific application states. By capturing state transitions as a sequential log, it enables the reproduction of past applic

    TypeScript
    View on GitHub↗14,336
  • mobxjs/mobx-state-treemobxjs avatar

    mobxjs/mobx-state-tree

    7,050View on GitHub↗

    MobX State Tree is a structured, tree-based state management library for JavaScript applications that combines typed model definitions with reactive snapshots and patch-based change tracking. It provides a reactive state container with runtime and compile-time type safety, where application state is defined as a tree of typed models with collocated actions, computed views, and lifecycle hooks for predictable state mutations. The library is built around an action-centric mutation model that encapsulates all state changes within named functions that directly modify the tree, supported by genera

    TypeScripthacktoberfestmobxmobx-state-tree
    View on GitHub↗7,050
  • open-source-labs/reactimeopen-source-labs avatar

    open-source-labs/Reactime

    2,238View on GitHub↗

    Reactime is a browser extension designed for debugging and profiling React applications. It provides a specialized interface for monitoring component hierarchies, tracking state transitions, and analyzing data flow within complex component trees. The tool distinguishes itself through time-travel debugging capabilities, which allow developers to capture and replay state snapshots to isolate logic errors. It also features a dependency graph mapper that visualizes the relationships between providers and consumers, clarifying how information is distributed throughout an application. Beyond core

    TypeScriptaccessibilitychrome-extensiondevtools-extension
    View on GitHub↗2,238
  • reactjs/reduxreactjs avatar

    reactjs/redux

    61,503View on GitHub↗

    Redux is a global state management library and predictable state container for JavaScript applications. It implements a store pattern that maintains the entire application state as a single source of truth, ensuring consistent behavior across different components and environments. The library relies on a unidirectional data flow where state updates follow a strict one-way cycle. This is achieved through a system of discrete actions, pure-function reducers, and a centralized store to ensure that state transitions remain predictable and traceable. The framework includes capabilities for monito

    TypeScript
    View on GitHub↗61,503
  • infinitered/reactotroninfinitered avatar

    infinitered/reactotron

    15,513View on GitHub↗

    Reactotron is a desktop-based development environment designed for inspecting, monitoring, and manipulating mobile and web applications in real time. It functions as a centralized hub that connects to a running application via a persistent WebSocket connection, allowing developers to observe internal state, network traffic, and console output without manual instrumentation. The tool distinguishes itself through a modular plugin architecture that enables custom debugging commands and specialized extensions. It provides advanced diagnostic capabilities, including the ability to overlay design m

    TypeScriptdebuggingdesktopreact-native
    View on GitHub↗15,513
  • bvaughn/redux-devtools-filterable-log-monitorbvaughn avatar

    bvaughn/redux-devtools-filterable-log-monitor

    152View on GitHub↗

    Filterable tree view monitor for Redux DevTools

    JavaScript
    View on GitHub↗152
  • zalmoxisus/remote-redux-devtoolszalmoxisus avatar

    zalmoxisus/remote-redux-devtools

    1,798View on GitHub↗

    Redux DevTools remotely.

    JavaScript
    View on GitHub↗1,798
  • alexkuz/redux-devtools-inspectoralexkuz avatar

    alexkuz/redux-devtools-inspector

    235View on GitHub↗

    Another Redux DevTools Monitor

    JavaScript
    View on GitHub↗235
  • facebook/stethofacebook avatar

    facebook/stetho

    12,672View on GitHub↗

    Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip

    Java
    View on GitHub↗12,672
  • livestorejs/livestorelivestorejs avatar

    livestorejs/livestore

    3,475View on GitHub↗

    Livestore is a reactive state management framework that utilizes a local SQLite database to store and synchronize application data. It provides an event-sourced state store that processes typed events through materializer functions to derive and persist application state. The framework implements offline-first data synchronization using a push-pull engine and append-only event logs to maintain consistency between clients and servers. It includes a real-time presence system for tracking user activity and shared session status across connected clients. The system covers a broad capability surf

    TypeScriptdata-layerlocal-firstsignals
    View on GitHub↗3,475
  • day8/re-frameday8 avatar

    day8/re-frame

    5,532View on GitHub↗

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Clojureclojurescriptre-framereact
    View on GitHub↗5,532
  • reswift/reswiftReSwift avatar

    ReSwift/ReSwift

    7,594View on GitHub↗

    ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a single store. It ensures predictable and traceable updates by requiring all state modifications to occur through explicit actions processed by reducer functions. The library includes a state time travel debugger that records and replays sequences of actions to reload or rewind the application state. It also provides an asynchronous action dispatcher to handle side effects and network requests while maintaining synchronized state updates. The framework covers a broad surface of st

    Swift
    View on GitHub↗7,594
  • libimobiledevice/libimobiledevicelibimobiledevice avatar

    libimobiledevice/libimobiledevice

    7,733View on GitHub↗

    libimobiledevice is a communication library designed to interact with iOS devices using native protocols instead of proprietary software. It provides a set of tools for device management, including firmware recovery, filesystem access, and the creation of native backups and restores. The project implements a property list parser to read and write data across binary, XML, and JSON formats. It enables low-level hardware control, such as triggering recovery modes, modifying system settings, and managing device activation and provisioning via official servers. The library covers several function

    Ccioslibrary
    View on GitHub↗7,733
  • fawazahmed0/cloudflare-trace-apifawazahmed0 avatar

    fawazahmed0/cloudflare-trace-api

    187View on GitHub↗

    Get IP Address, TimeStamp, User Agent, Country Code, IATA, HTTP Version, TLS/SSL Version & more by Cloudflare

    cloudflare-apicountryepoch-time
    View on GitHub↗187
  • fcomb/redux-diff-loggerF

    fcomb/redux-diff-logger

    0View on GitHub↗

    Don't be released until solved array's issue #1. Help appreciated!

    View on GitHub↗0
  • jackong/generator-reactappJackong avatar

    Jackong/generator-reactapp

    20View on GitHub↗

    generator for react app

    JavaScript
    View on GitHub↗20
  • cmccandless/license-apicmccandless avatar

    cmccandless/license-api

    5View on GitHub↗

    Unofficial REST API for choosealicense.com

    Python
    View on GitHub↗5
  • 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
  • casey/justcasey avatar

    casey/just

    34,302View on GitHub↗

    This project is a command-line task runner designed to manage project-specific workflows through a centralized, configuration-driven interface. It functions as a declarative tool for organizing build logic, environment variables, and task dependencies into a structured format, enabling the automation of complex development pipelines. The tool distinguishes itself by providing a shell-agnostic execution layer that ensures consistent behavior across Windows, macOS, and Linux. It supports advanced workflow orchestration by constructing directed acyclic graphs to manage task prerequisites, while

    Rust
    View on GitHub↗34,302
  • eievui5/evuniteievui5 avatar

    eievui5/evunit

    21View on GitHub↗

    A CPU emulator for running unit tests on Game Boy code.

    Rust
    View on GitHub↗21
  • cgboal/sonarsearchCgboal avatar

    Cgboal/SonarSearch

    656View on GitHub↗

    A rapid API for the Project Sonar dataset

    Gobugbountydnsenumeration
    View on GitHub↗656
  • chentsulin/generator-redux-appchentsulin avatar

    chentsulin/generator-redux-app

    56View on GitHub↗

    Scaffold out a redux app

    JavaScript
    View on GitHub↗56
  • dmytrodanylyk/folding-plugindmytrodanylyk avatar

    dmytrodanylyk/folding-plugin

    1,513View on GitHub↗

    This plugin is very helpful in Android Development. It can display your files as a group of different folders in project structure view.

    Java
    View on GitHub↗1,513
  • 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
  • bbbbbr/romusagebbbbbr avatar

    bbbbbr/romusage

    57View on GitHub↗

    A small command line tool for estimating usage of Game Boy (and other supported GBDK platforms) ROMs from map files, .noi files, binary ROMs and more

    JavaScript
    View on GitHub↗57
  • 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