Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.42 KB

README.TYPEDOC.md

File metadata and controls

18 lines (14 loc) · 1.42 KB

Mono-Repo for Svelte compatible Store packages

Packages

  • {@link @crikey/stores-strict}
    Svelte compatible stores using strict inequality checking
  • {@link @crikey/stores-svelte}
    Drop in replacement for Svelte stores
  • {@link @crikey/stores-promise}
    Svelte compatible stores from promises
  • {@link @crikey/stores-immer}
    Immutable Svelte compatible stores using the Immer
  • {@link @crikey/stores-select}
    Elegant methods for deriving sub-stores from existing stores.
    Supports deriving Writable stores.
  • {@link @crikey/stores-selectable}
    Extend stores with selection semantics, allowing for the easy creation of type safe sub-stores
  • {@link @crikey/stores-dynamic}
    Derived stores with dynamic dependency support and natural error handling/propagation
  • {@link @crikey/stores-temporal}
    Simple time based higher order svelte stores such as debounce and throttle
  • {@link @crikey/stores-rxjs}
    Simple conversion functions to allow interop of Svelte style stores with RxJS style stores

Internal

  • {@link @crikey/stores-base-queue}
    Internal peer dependency for managing execution queue between store implementations
  • {@link @crikey/stores-base}
    Types and functions for creating Svelte compatible stores