firewave-svelte-store

A custom implementation of the svelte store contract

Usage no npm install needed!

<script type="module">
  import firewaveSvelteStore from 'https://cdn.skypack.dev/firewave-svelte-store';
</script>

README

Firewave Svelte Store

Alternative implementation of a writable svelte store with the possibility to get the store value without subscribing to the store, so it can be used in hot paths.