A very lightweight chrome/edge extension to debug redux applications. Main advantage of the extension is limited memory usage and on-demand json rendering.
Uses standard instrument mechanism to listen to events.
How to add devtools support see angular and react examples.
To build extension use the following steps:
$> cd app && npm i
$> npm run build
To add extension to the Chrome:
- Open
chrome://extensionsoredge://extensions - Enable
Developer mode - Click
Load unpacked - Navigate to the
extensionfolder in the root folder of the repository - Enjoy :D
