This package has been deprecated

Author message:

project moved to package name silhouette

silhouette-store

2.0.1 • Public • Published

Build Status

Silhouette

Quick Start


This package is a quick-start for using Silhouette; it comes equipped with rxjs, redux, and some redux enhancers out of the box. Because of its 'batteries included' package, it is less configurable and significantly larger in bundle size than silhouette-core. Silhouette-core is the recommended way to use silhouette in production.

Usage


Silhouette exports only a create method, which accepts no arguments.

import { create } from 'silhouette'
 
let sil = create();

The created silhouette instance behaves according to documentation here:

Features


Features of the quick-start not found in silhouette-core by default.

  • Built in RXJS observables
  • Built in redux store
  • Built in support for redux devtools extentions
  • Built in action logger

/silhouette-store/

    Package Sidebar

    Install

    npm i silhouette-store

    Weekly Downloads

    0

    Version

    2.0.1

    License

    MIT

    Last publish

    Collaborators

    • chanyoonzhu
    • cody.degner
    • timklense
    • theacg
    • dwalter