6.2.2 • Published 7 months ago
@redux-devtools/app v6.2.2
Redux DevTools monitor app

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:
- redux-devtools-extension.
- react-native-debugger - Electron app, which already includes
remotedev-server,redux-devtools-appand even React DevTools. - remote-redux-devtools-on-debugger - Used in React Native debugger as a dock monitor.
- atom-redux-devtools - Used in Atom editor.
- vscode-redux-devtools - Used in Visual Studio Code.
- intellij-redux-devtools - Used in IntelliJ IDEA.
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- stringport- number or stringautoReconnect- booleansecure- 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 totruein order to hide settings button and dialog.
License
MIT
6.2.1
8 months ago
6.2.0
8 months ago
6.2.2
7 months ago
6.1.0
1 year ago
6.0.1
2 years ago
6.0.0
2 years 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
3 years ago
2.2.0
3 years ago
2.1.4
4 years ago
2.1.3
4 years ago
1.0.0
4 years ago
2.1.2
4 years ago
2.0.3
4 years ago
2.1.1
4 years ago
2.0.2
4 years ago
2.1.0
4 years ago
2.0.1
4 years ago
2.0.0
4 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
5 years ago
1.0.0-5
5 years ago