@deppi/bundle
v0.0.0-development.0
Published
The @deppi state management system bundled together for easier consumption
Downloads
2
Readme
@deppi/bundle
Want all the pieces in one place?! Here ya go!
Usage
import {
/**
* Exports the API of
* @deppi/state
*/
createStore,
epics,
logger,
connect,
/**
* Exports the API of
* @deppi/reducer
*/
createReducer,
setStateOn,
/**
* Exports the API of
* @deppi/loader
*/
createLoader,
} from '@deppi/bundle`
/**
* For examples on how to use
* the pieces, look at the individual
* repos examples
*
*/