weoking / redux-devtools-app

Remote Redux DevTools Electron monitor app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux DevTools App

Monitor Remote Redux DevTools via standalone desktop app.

Intended for browsers without Redux DevTools extension (Safari, Edge, IE) and for React Native.

Goal is to provide Redux DevTools as standalone app like React DevTools does.

Demo

App renders remotedev-app.

Use with: remote-redux-devtools.

Installation and usage

Globally

  • install npm install -g redux-devtools-app
  • run redux-devtools-app

As project dependency

  • npm install --save-dev redux-devtools-app
  • add "redux-devtools": "react-devtools-app" to the scripts section in your package.json
  • run npm run redux-devtools from your project folder

About

Remote Redux DevTools Electron monitor app

License:MIT License


Languages

Language:JavaScript 90.5%Language:HTML 9.5%