0.0.1 • Published 8 years ago

redux-remote-monitor v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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