Tutorial/stores writable, comment added cf issue #4407

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

@ -26,4 +26,4 @@ function reset() {
}
```
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.
In the particuliar case of Single Page Application (SPAs), different routes/pages as usually rendered as components. One could be tempted to use writables stores 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