DevTools for Redux with hot reloading, action replay, and customizable UI
Go to file
Nathan Bierema c68b34e4b8
refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592)
BREAKING CHANGES: Switch from pure-color to color which could change behavior of string parsing or results. No API changes.
2020-08-16 09:00:54 -04:00
docs chore(*): upgrade prettier (#570) 2020-08-08 16:26:39 -04:00
packages refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592) 2020-08-16 09:00:54 -04:00
.eslintignore refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592) 2020-08-16 09:00:54 -04:00
.eslintrc refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592) 2020-08-16 09:00:54 -04:00
.gitattributes chore(*): normalize line endings (#591) 2020-08-15 17:57:18 -04:00
.gitignore Rename redux-slider-monitor to redux-devtools-slider-monitor (#558) 2020-08-06 08:02:35 -04:00
.prettierignore chore(*): fix prettier (#557) 2020-08-05 09:12:31 -04:00
.prettierrc chore(*): fix prettier (#557) 2020-08-05 09:12:31 -04:00
.travis.yml chore(*): enable tests in travis build (#554) 2020-08-02 00:04:41 -04:00
babel.config.js chore(*): upgrade prettier (#570) 2020-08-08 16:26:39 -04:00
CHANGELOG.md Update CHANGELOG.md 2015-08-26 20:13:18 +03:00
CODE_OF_CONDUCT.md Use prettier 2019-01-10 20:51:14 +02:00
eslintrc.ts.base.json refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592) 2020-08-16 09:00:54 -04:00
eslintrc.ts.jest.base.json refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592) 2020-08-16 09:00:54 -04:00
jest.config.js refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592) 2020-08-16 09:00:54 -04:00
lerna.json Use prettier 2019-01-10 20:51:14 +02:00
package.json refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592) 2020-08-16 09:00:54 -04:00
README.md docs(*): add link to edge (#579) 2020-08-09 09:19:26 -04:00
tsconfig.base.json refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592) 2020-08-16 09:00:54 -04:00
yarn.lock refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592) 2020-08-16 09:00:54 -04:00

Build Status PRs Welcome

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

Note that this repository is work in progress for the monorepo, which will merge all the packages. Please refer to Redux DevTools Extension and Redux DevTools package.

Documentation

License

MIT