Skip to content

Commit 4e69199

Browse files
committed
📝 Update LocalStores purpose description to include logic encapsulation
1 parent 7c97a10 commit 4e69199

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ src/lib/
4343

4444
Class-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

0 commit comments

Comments
 (0)