Internal peer package used to ensure signals emitted from stores are executed in a reliable predictable manner even as stores and subscriptions are changed.
published version 0.0.13, 7 months agoTypes and functions for creating [Svelte](https://svelte.dev/) compatible stores. `@crikey/stores-base` stores further extend the [svelte/store](https://svelte.dev/docs#run-time-svelte-store) contract to allow for additional features and extensibility.
published version 0.0.16, 7 months ago[Svelte](https://svelte.dev/) compatible stores from promises
published version 0.0.16, 7 months agoSimple conversion functions to allow interop of [Svelte](https://svelte.dev/) style stores with [RxJS](https://rxjs.dev/) style stores
published version 0.0.16, 7 months agoProvide [svelte](https://svelte.dev/docs#run-time-svelte-store) compatible implementations of `readable`, `writable`, `derived` and `get` with strict inequality triggering semantics.
published version 0.0.16, 7 months agoProvides time-based store transformations such as `debounce` and `throttle`.
published version 0.0.16, 7 months agoProvide [svelte](https://svelte.dev/docs#run-time-svelte-store) compatible implementations of `readable`, `writable`, `derived` and `get` using immutible values via [immer](https://immerjs.github.io/immer/).
published version 0.0.18, 7 months agoProvide svelte compatible implementations of `readable`, `writable`, `derived` and `get`.
published version 0.0.16, 7 months agoTypes and functions for creating [Svelte](https://svelte.dev/) compatible stores.
published version 0.0.21, 7 months agoTypes and functions for creating [Svelte](https://svelte.dev/) compatible stores.
published version 0.0.17, 7 months agoFunctions for handling JSON pointers [rfc6901](https://www.rfc-editor.org/rfc/rfc6901.html) and [relative-json-pointer](https://datatracker.ietf.org/doc/html/draft-luff-relative-json-pointer-00)
published version 0.0.2, 2 years agoFunctions for handling JSON pointers [rfc6901](https://www.rfc-editor.org/rfc/rfc6901.html) and [relative-json-pointer](https://datatracker.ietf.org/doc/html/draft-luff-relative-json-pointer-00), with an additional extension for marking path segments as "
published version 0.0.2, 2 years agoElegant methods for deriving sub-stores from existing stores.
published version 0.2.3, 7 months ago