redux-remote-monitor

0.0.1 • Public • Published

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

/redux-remote-monitor/

    Package Sidebar

    Install

    npm i redux-remote-monitor

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • zalmoxisus