remotedev-app

0.10.12 • Public • Published

Remote Redux DevTools monitor app

Demo

Web, Electron and Chrome app for monitoring remote-redux-devtools. Can be accessed on remotedev.io.

Also it's a react component you can use to build amazing monitor applications like:

Usage

import React from 'react';
import ReactDom from 'react-dom';
import DevToolsApp from 'remotedev-app';
 
ReactDom.render(
  <App />,
  document.getElementById('root')
);
 

Parameters

  • socketOptions - object used to specify predefined options for the connection:
    • hostname - string
    • port - number or string
    • autoReconnect - boolean
    • secure - boolean.
  • monitorOptions - object used to specify predefined monitor options:
    • selected - string - which monitor is selected by default. One of the following values: LogMonitor, InspectorMonitor, ChartMonitor.
  • testTemplates - array of strings representing predefined test templates.
  • noSettings - boolean set to true in order to hide settings button and dialog.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i remotedev-app

Weekly Downloads

169

Version

0.10.12

License

MIT

Unpacked Size

6.19 MB

Total Files

59

Last publish

Collaborators

  • zalmoxisus