@redux-devtools/app
TypeScript icon, indicating that this package has built-in type declarations

6.0.1 • Public • Published

Redux DevTools monitor app

Demo

Web, Electron and Chrome app for monitoring remote-redux-devtools.

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/client';
import { Root } from '@redux-devtools/app';

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(<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

none

Package Sidebar

Install

npm i @redux-devtools/app

Weekly Downloads

19,436

Version

6.0.1

License

MIT

Unpacked Size

49.4 MB

Total Files

233

Last publish

Collaborators

  • methuselah96