npm.io
0.1.1 • Published 5 years ago

@uprtcl/redux

Licence
MIT
Version
0.1.1
Deps
7
Size
42 kB
Vulns
0
Weekly
0

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