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

6.2.2 • 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

/@redux-devtools/app/

    Package Sidebar

    Install

    npm i @redux-devtools/app

    Weekly Downloads

    6,040

    Version

    6.2.2

    License

    MIT

    Unpacked Size

    49.2 MB

    Total Files

    61

    Last publish

    Collaborators

    • methuselah96