Redux DevTools API

Developer tools for debugging Redux applications with time-travel debugging capabilities. The Redux DevTools Extension allows inspection of every state and action payload dispatched, going back in time by cancelling actions, and replaying state changes. Also available as a standalone NPM package for programmatic integration.

API entry from apis.yml

apis.yml Raw ↑
name: Redux DevTools API
description: Developer tools for debugging Redux applications with time-travel debugging capabilities.
  The Redux DevTools Extension allows inspection of every state and action payload dispatched, going back
  in time by cancelling actions, and replaying state changes. Also available as a standalone NPM package
  for programmatic integration.
image: https://github.com/reduxjs/redux-devtools/raw/main/extension/docs/design/logo.png
baseURL: https://github.com/reduxjs/redux-devtools
humanURL: https://github.com/reduxjs/redux-devtools
tags:
- Browser Extension
- Debugging
- Devtools
- Time Travel
properties:
- type: Documentation
  url: https://github.com/reduxjs/redux-devtools/blob/main/README.md
- type: GitHubRepository
  url: https://github.com/reduxjs/redux-devtools
- type: ChromeExtension
  url: https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd
- type: FirefoxExtension
  url: https://addons.mozilla.org/en-US/firefox/addon/reduxdevtools/
- type: NpmPackage
  url: https://www.npmjs.com/package/redux-devtools