svelte-store
There are 39 repositories under svelte-store topic.
paoloricciuti/sveltekit-search-params
The easiest way to read and WRITE from query parameters in sveltekit.
snuffyDev/svelte-worker-store
:zap: Turbocharge your apps with multithreaded Svelte stores.
devunt/sveltekit-ssr-store
A drop-in replacement for Svelte stores, safe to use with SvelteKit SSR.
akiomik/nosvelte
An experimental Svelte library for building Nostr apps easily
goknsh/svelte-query-pocketbase
TanStack Query wrappers around Pocketbase Realtime for Svelte
joshnuss/svelte-http-store
A Svelte store backed by the fetch API
novacbn/svelte-commons
Provides a collection of common Svelte Actions, Svelte Stores, and Utility Functions for working with Svelte / Browser
alanchenchen/svelte-store-manager
A store manager like vuex for svelte 3 with svelte/store
webermarci/svelte-store-fetcher
A svelte library that helps with fetching and caching.
ryanatkn/svelte-store-study
assessing several Svelte stores š§”
alanchenchen/svelte-store-persisted
persisted plugin for svelte store manager
bremade/chess
Simple chess game implemented with svelte and plain java script.
davidchubbs/vue-subscribe-store
Ability to use subscribable state (like Svelte Store) with Vuejs
Skaldebane/svelte-cleanable-store
Custom Svelte store with cleanup function support.
Azarattum/AsyncableStore
Lightweight yet powerful asynchronous svelte store.
felix1234567890/svelte_shop
I took this example: https://www.youtube.com/watch?v=731Ur2HGRBY&t=6902s and recreated it using Svelte.
idleberg/svelte-crossorigin-store
Share your Svelte store across origins, including iFrames.
MaxiCorrea/svelte-notes
Application to create notes developed in SvelteJS + TypeScript + Stores
neuronetio/svelte-deep-store
Svelte deep store - react only when specified property of the object was changed.
Ref-Bit/Feelte
A simple rating web app built with Svelte.
svelterun/store
Persisted version of svelte/store.
dugalcedo/SvelteFormStore
A Svelte 5 store for sanitizing and validating form data.
goknsh/svelte-pocketbase-stores
Async Svelte store wrappers around Pocketbase Realtime
hoangfin/amazon-clone
Build simplified version of amazon with React.js
IamIGI/age-calculator
FrontendMentor challenge - sveltekit. Link: https://www.frontendmentor.io/challenges/age-calculator-app-dF9DFFpj-Q
kumpmati/svelte-timer-store
Simple timer store with support for pausing and laps
marianmeres/alert-confirm-prompt
Alert, confirm and prompt. With consistent and customizable look across browsers and overall better control.
marianmeres/notifications
Generic store for notifications and Svelte component for their rendering.
poppa/svelte-store-enhanced
Enhanced Svelte Stores
marianmeres/fetch-store
Store utility for async work. Typically for http requests.
marianmeres/paging-store
Simple utility for calculating paging data
marianmeres/selection-store
Utility for marking objects in collection as selected.
marianmeres/store
Basic store. Svelte store contract compatible.
marianmeres/switch-store
A tiny store utility for a boolean flag along with optional data.
marianmeres/ticker
Do something when it ticks.
marianmeres/wizard
Utility for high level management of a wizard state.