Skip to content

serhiisol/simple-redux-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Redux Devtools

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.

Build & Debug

To build extension use the following steps:

$> cd app && npm i
$> npm run build

To add extension to the Chrome:

  1. Open chrome://extensions or edge://extensions
  2. Enable Developer mode
  3. Click Load unpacked
  4. Navigate to the extension folder in the root folder of the repository
  5. Enjoy :D

About

Very simple chrome extension to inspect redux store

Resources

License

Stars

Watchers

Forks