2 Matching Annotations
- Mar 2021
-
www.jackfranklin.co.uk www.jackfranklin.co.uk
-
Talking of context, that's much closer to the approach I take with Svelte and use a writable store.
-
- Dec 2020
-
sapper.svelte.dev sapper.svelte.dev
-
session can be used to pass data from the server related to the current request. It is a writable store, meaning you can update it with new data. If, for example, you populate the session with the current user on the server, you can update the store when the user logs in. Your components will refresh to reflect the new state
Tags
Annotators
URL
-