In order to bring (back) features into Svelte Changelog, I need my +page to react to a control (checkbox) state change that is in my +layout
The control state also needs to update on page change, because each page can have a diff. state
What’s the best way to achieve that? Context? Shared rune(s)?
3 months ago