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
·
fcomb avatar

fcomb/redux-logger

0
View on GitHub↗
5,722 stars·317 forks·JavaScript·MIT·8 views

Redux Logger

redux-logger is a Redux state logger and JavaScript state debugger designed to record actions and state transitions in the browser console. It functions as middleware that captures state changes and action payloads within a Redux store to assist in debugging application flow.

The project provides a console log formatter to customize the appearance of logs using colors, timestamps, and execution durations. It allows for the restriction of recorded actions through custom predicates to reduce console noise and includes capabilities to transform complex state data into readable formats.

The tool covers frontend error tracking by intercepting and logging errors triggered by specific actions. It also enables state transition analysis by recording the resulting state updates following dispatched actions.

Features

  • State Action Logging - Records dispatched actions and the resulting state transitions to the console for debugging application flow.
  • JavaScript Runtime Debuggers - Monitors real-time data mutations and action-triggered state updates within JavaScript applications.
  • Action Dispatch Middleware - Functions as middleware that intercepts the Redux dispatch process to record actions and state transitions.
  • Redux Action Filtering - Provides mechanisms to conditionally record or exclude Redux actions from the log based on specific criteria.
  • Redux State Loggers - Tracks Redux actions and state transitions in the browser console to visualize data flow.
  • Log Appearance Configurations - Allows customization of log appearance, including colors, timestamps, and execution durations.
  • Console Log Formatters - Provides a utility to customize state logs with colors, timestamps, and execution durations for better readability.
  • Action Error Handlers - Intercepts and logs errors triggered by specific Redux actions to help identify the cause of application crashes.
  • Error Wrapping - Implements a pipeline that wraps action failures to capture metadata before re-throwing exceptions.
  • Action Log Filters - Provides predicate-based filtering to determine which Redux actions are recorded in the console log.
  • State Management - Captures and logs errors triggered by Redux actions to pinpoint the cause of application crashes during development.
  • React - A JavaScript library for building user interfaces - Listed in the “React - A JavaScript library for building user interfaces” section of the Awesome Redux awesome list.

Star history

Star history chart for fcomb/redux-loggerStar history chart for fcomb/redux-logger

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Redux Logger

Similar open-source projects, ranked by how many features they share with Redux Logger.
  • evgenyrodionov/redux-loggerevgenyrodionov avatar

    evgenyrodionov/redux-logger

    5,722View on GitHub↗

    This project is a Redux state logger and console debugging tool. It functions as middleware for the Redux dispatch pipeline, acting as a state transition tracker that records actions and state changes directly to the browser console. The tool allows for the interception of actions to log timing, payloads, and state transitions. It provides capabilities to filter specific actions using predicate functions to reduce noise and transform complex state or immutable data into readable formats for easier inspection. The utility includes options for customizing console output through timestamps, col

    JavaScript
    View on GitHub↗5,722
  • logrocket/redux-loggerLogRocket avatar

    LogRocket/redux-logger

    5,720View on GitHub↗

    redux-logger is a state management debugger and logger that operates as Redux middleware. It records actions and state transitions directly to the browser console to facilitate the monitoring of application state changes. The tool provides a mechanism to reduce console noise through action filters that use custom predicates to determine which events are recorded. It also includes a data transformation pipeline to sanitize or modify state and actions before they are output. The project covers observability capabilities including formatted console output with timestamps and colors, synchronous

    JavaScriptangularreactredux
    View on GitHub↗5,720
  • gaearon/redux-thunkgaearon avatar

    gaearon/redux-thunk

    17,694View on 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
    View on GitHub↗17,694
  • sorrycc/dvasorrycc avatar

    sorrycc/dva

    16,163View on GitHub↗

    Dva is a framework for building web applications that integrates React and Redux. It utilizes a model-driven architecture to organize application logic, centralizing state management into cohesive modules that encapsulate reducers, asynchronous effects, and event subscriptions. The framework distinguishes itself through a plugin system that intercepts the action dispatch cycle to automate cross-cutting concerns such as loading state tracking. It also provides a development environment that supports hot module replacement, allowing for the updating of components, routes, and state models in th

    JavaScript
    View on GitHub↗16,163
See all 30 alternatives to Redux Logger→

Frequently asked questions

What does fcomb/redux-logger do?

redux-logger is a Redux state logger and JavaScript state debugger designed to record actions and state transitions in the browser console. It functions as middleware that captures state changes and action payloads within a Redux store to assist in debugging application flow.

What are the main features of fcomb/redux-logger?

The main features of fcomb/redux-logger are: State Action Logging, JavaScript Runtime Debuggers, Action Dispatch Middleware, Redux Action Filtering, Redux State Loggers, Log Appearance Configurations, Console Log Formatters, Action Error Handlers.

What are some open-source alternatives to fcomb/redux-logger?

Open-source alternatives to fcomb/redux-logger include: evgenyrodionov/redux-logger — This project is a Redux state logger and console debugging tool. It functions as middleware for the Redux dispatch… logrocket/redux-logger — redux-logger is a state management debugger and logger that operates as Redux middleware. It records actions and state… gaearon/redux-thunk — Redux-thunk is a middleware for Redux that enables action creators to return functions instead of plain objects. It… sorrycc/dva — Dva is a framework for building web applications that integrates React and Redux. It utilizes a model-driven… jhen0409/react-native-debugger — React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile… firefox-devtools/debugger — This project is a browser developer tool designed for inspecting JavaScript execution, network traffic, and page…