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
));

Readme

Keywords

none

Package Sidebar

Install

npm i ice-redux-devtools

Weekly Downloads

30

Version

0.1.1

License

GPL-2.0

Last publish

Collaborators

  • aikoven