Socket
Book a DemoInstallSign in
Socket

silhouette-store

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

silhouette-store

Atomic state management inspired by redux, observables, and optics.

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
4
Created
Source

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

Keywords

state

FAQs

Package last updated on 16 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts