Skip to content

Commit e62a807

Browse files
committed
remove comment
1 parent b3ffcda commit e62a807

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

documentation/docs/06-runtime/01-stores.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
title: Stores
33
---
44

5-
<!-- - how to use
6-
- how to write
7-
- TODO should the details for the store methods belong to the reference section? -->
8-
95
> [!NOTE] Prior to the introduction of runes, stores were the primary state management mechanism for anything that couldn't be expressed as component state or props. With runes — which can be used in [`.svelte.js/ts`](svelte-js-files) files as well as in components — stores are rarely necessary, though you will still sometimes encounter them when using Svelte.
106
117
A _store_ is an object that allows reactive access to a value via a simple [_store contract_](#Store-contract). The [`svelte/store`](../svelte-store) module contains minimal store implementations that fulfil this contract.

0 commit comments

Comments
 (0)