0.0.0-development.0 • Published 7 years ago

@deppi/bundle v0.0.0-development.0

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

@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
 * 
 */