Welcome to svelte-advanced-store 👋

Version

A pesistent store for svelte based on svelte/store

Demo

Install

npm i svelte-advanced-store

Usage

npm run start
import { writable } from "svelte-advanced-store";

const store = writable("any-key", inititalStore);

Author

👤 gagandeep singh

Show your support

Give a ⭐️ if this project helped you!