All Projects → zalmoxisus → Remotedev App

zalmoxisus / Remotedev App

Licence: mit
Remote Redux DevTools monitor app.

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].