File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ src/lib/
4343
4444Class-based stores using Svelte 5 Runes API (` $state ` , ` $derived ` ):
4545
46- | Type | Location | Instantiation | Purpose |
47- | --------------- | ------------------------- | --------------------- | ----------------------------- |
48- | ** Stores** | ` src/lib/stores/index.ts ` | Singleton (automatic) | Application-wide shared state |
49- | ** LocalStores** | ` src/lib/stores/local/ ` | ` new ` in component | Component-scoped state |
46+ | Type | Location | Instantiation | Purpose |
47+ | --------------- | ------------------------- | --------------------- | ---------------------------------------------- |
48+ | ** Stores** | ` src/lib/stores/index.ts ` | Singleton (automatic) | Application-wide shared state |
49+ | ** LocalStores** | ` src/lib/stores/local/ ` | ` new ` in component | Component-scoped state and logic encapsulation |
5050
5151** Stores** : ` supabaseStore ` , ` userStore ` , ` commentStore `
5252
You can’t perform that action at this time.
0 commit comments