Skip to content

zalmoxisus/redux-devtools-vdiff-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux DevTools – VDiff Monitor

This is a very simple redux monitor that allows you to view the difference in state that occurred between two actions.

Imgur

Installation Examples

See the Redux Devtools documentation for full details about how to use monitors.

Standalone Monitor

To use VDiff Monitor by itself along with Redux Devtools, simply pass it to the createDevTools function directly.

Install from npm: npm install --save-dev redux-devtools redux-devtools-vdiff-monitor

import React from 'react';
import { createDevTools } from 'redux-devtools';
import VDiffMonitor from 'redux-devtools-vdiff-monitor';

export default createDevTools(
  <VDiffMonitor />
);

Usage

  • new actions are appended to the select dropdowns
  • Choose a to action and a from action to select a range in which to view a diff
  • only the changed state is shown

Credi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%