Tutorial/stores writable, comment added cf issue #4407

pull/4610/head
rico@yoga 6 years ago
parent aa3dcc06d6
commit 3147d3b68b

@ -25,3 +25,5 @@ function reset() {
count.set(0);
}
```
In the particuliar case of Single Page Application, different routes as usually rendered as components. One could be tempted to use store to keep a global application state. Bear in mind that in practice, if users reload from their browser, store variables will be erased.
Loading…
Cancel
Save