ice-redux-devtools
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Ice Redux DevTools npm version

Handles serialization of ZeroC Ice stuff for Redux DevTools Extension. Transparently converts Ice object instances to plain JS objects before sending them to DevTools. On time travel converts them back to actual instances before they end up in application code. Supports long, enum, struct, dictionary, exception and class.

Installation

$ npm install ice-redux-devtools

Usage

import {composeWithDevTools} from 'redux-devtools-extension';
import {enhancerOptions} from 'ice-redux-devtools';
 
const composeEnhancers = composeWithDevTools(enhancerOptions);
 
const store = createStore(reducer, /* preloadedState, */ composeEnhancers(
  applyMiddleware(...middleware),
  // other store enhancers if any
));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    285
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    285
  • 0.1.0
    1

Package Sidebar

Install

npm i ice-redux-devtools

Weekly Downloads

33

Version

0.1.1

License

GPL-2.0

Last publish

Collaborators

  • aikoven