See stores-mono for full documentation.
- @crikey/stores-strict
Svelte compatible stores using strict inequality checking - @crikey/stores-svelte
Drop in replacement for Svelte stores - @crikey/stores-promise
Svelte compatible stores from promises - @crikey/stores-immer
Immutable Svelte compatible stores using the Immer - @crikey/stores-select
Elegant methods for deriving sub-stores from existing stores. Supports derivingWritable
stores. - @crikey/stores-selectable
Extend stores with selection semantics, allowing for the easy creation of type safe sub-stores - @crikey/stores-dynamic
Derived stores with dynamic dependency support and natural error handling/propagation - @crikey/stores-temporal
Simple time based higher order svelte stores such as debounce and throttle - @crikey/stores-rxjs
Simple conversion functions to allow interop of Svelte style stores with RxJS style stores
Internal packages providing basic types, utilities and reusable implementations
- @crikey/stores-base-queue
Internal peer dependency for managing execution queue between store implementations - @crikey/stores-base
Types and functions for creating Svelte compatible stores