reduxjs/redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 14 minutes ago
Added to GitGenius on September 4th, 2026
Created on July 5th, 2015
Open Issues & Pull Requests: 232 (+0)
GitHub issues: Enabled
Number of forks: 1,191
Total Stargazers: 14,373 (+0)
Total Subscribers: 230 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.6 days
Mean response time: 172.2 days
90th percentile: 937.2 days
Tracked items: 49

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 62
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 916 days
Stale 30+ days: 58
Stale 90+ days: 53

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature (7)
  • needs investigation (3)
  • bug (1)
  • react-json-tree (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Redux DevTools is a browser extension and development tool that provides debugging capabilities for Redux applications.

The tool solves the problem of inspecting and debugging Redux state management by allowing developers to observe every action dispatched and its effect on the application state. It works by intercepting Redux actions and state changes, displaying them in a dedicated interface where developers can inspect the state tree, replay actions, and step through the application's state history. The extension supports hot reloading, enabling code changes to persist application state across reloads, and includes action replay functionality to reproduce specific application states without manual interaction.

Redux DevTools suits developers working with Redux who need visibility into state changes during development and debugging. It is particularly valuable for applications with complex state logic where understanding the sequence of actions and resulting state mutations is critical. The tool works as a browser extension, making it accessible without requiring changes to application code, though Redux applications must be configured to work with the DevTools for full functionality.

Development activity on the project shows consistent engagement with bug fixes and maintenance updates addressing reported issues. The maintainers respond to user-reported problems and incorporate fixes into releases. The project receives pull requests that are reviewed and merged to address functionality gaps and improve the tool's capabilities. Updates are released to incorporate community contributions and resolve compatibility issues with evolving versions of Redux and browser environments.