@uprtcl/redux
v0.1.1
Published
Redux wrappers to be used with the @uprtcl infrastructure
Downloads
141
Readme
@uprtcl/redux
These are _Prtcl micro-orchestrator
's modules to integrate redux in your applications.
Install
npm install @uprtcl/redux
Usage
Import the modules, instantiate them with their appropiate configuration, and load them:
import { ReduxStoreModule } from '@uprtcl/redux';
const reduxModule = new ReduxStoreModule();
await orchestrator.loadModule(reduxModule);