6.1.0 • Published 1 year ago

@redux-devtools/app v6.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

6.1.0

1 year ago

6.0.1

1 year ago

6.0.0

1 year ago

5.0.0

2 years ago

4.0.2

2 years ago

3.0.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

2.2.1

2 years ago

2.2.0

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

1.0.0

3 years ago

2.1.2

3 years ago

2.0.3

3 years ago

2.1.1

3 years ago

2.0.2

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0-9

4 years ago

1.0.0-8

4 years ago

1.0.0-7

4 years ago

1.0.0-6

4 years ago

1.0.0-5

4 years ago