redux-devtools/README.md
Iliya Brook 4988b01be8 Refactor README to include Custom Version details
The README has been expanded to include a detailed description of the customised version of Redux DevTools, highlighting its enhanced features for improved trace readability and JetBrains product support. Clear instructions for JetBrains integration have also been provided.
2024-03-05 02:32:14 +02:00

14 KiB

GitHub Workflow Status PRs Welcome OpenCollective OpenCollective

Redux DevTools (Custom Version)

This fork of Redux DevTools includes enhanced styling for better trace readability and JetBrains product support for code opening from traces when using the JavaScript debugger and the built-in server at the default port 63342.

Features

  • Improved trace styles for increased readability.
  • Added support for opening code directly from traces in JetBrains IDEs (like WebStorm, IntelliJ IDEA, etc.).

JetBrains Integration

To use the JetBrains integration:

  1. Set External editor: to jetbrains_server.
  2. Set Absolute path to the project directory to open: to /.

Original 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 and Nx. 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 Nx commands to build only the packages necessary for the packages you're working on (i.e., pnpm nx build remotedev-redux-devtools-extension).

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