Skip to content

reduxjs/redux-devtools

Folders and files

NameName
Last commit message
Last commit date
Mar 1, 2025
Dec 30, 2024
Jul 12, 2023
Mar 5, 2025
Mar 5, 2025
May 8, 2022
Dec 16, 2023
Jun 10, 2024
May 8, 2022
Aug 5, 2020
Jan 10, 2019
Feb 21, 2022
Sep 20, 2024
Aug 9, 2024
Sep 20, 2024
Aug 9, 2024
Aug 9, 2024
Aug 9, 2024
Aug 9, 2024
Jun 20, 2021
Mar 5, 2025
Mar 5, 2025
May 8, 2022
Jun 7, 2024
Jan 24, 2024
Apr 7, 2024
Apr 7, 2024
Aug 22, 2020

Repository files navigation

GitHub Workflow Status PRs Welcome OpenCollective OpenCollective

Redux DevTools

Developer Tools to power-up Redux development workflow or any other architecture which handles the state change (see integrations).

It can be used as a browser extension (for Chrome, Edge and Firefox), as a standalone app or as a React component integrated in the client app.

image

Documentation

Development

This is a monorepo powered by pnpm. Install pnpm and run pnpm install to get started. Each package's dependencies need to be built before the package itself can be built. You can either build all the packages (i.e., pnpm run build:all) or use pnpm workspace commands to build only the packages necessary for the packages you're working on (i.e., pnpm --filter "remotedev-redux-devtools-extension" build).

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

License

MIT