redux-remote-monitor
v0.0.1
Published
A custom monitor for Redux DevTools to relay Redux actions.
Downloads
3
Maintainers
Readme
A custom monitor for use with Redux DevTools.
In early development stage yet.
Installation
npm install --save-dev redux-remote-monitor
Usage
You can use LogMonitor
as the only monitor in your app:
containers/DevTools.js
import React from 'react';
import { createDevTools } from 'redux-devtools';
import RemoteMonitor from 'redux-remote-monitor';
export default createDevTools(
<RemoteMonitor />
);
License
MIT