SvelteKit Reactivity without Client-Side JavaScript
This is a demonstration of how to leverage reactivity in SvelteKit apps without any client-side JavaScript. The state is encoded in the URL. And the JavaScript logic, if needed, is handled on the server inside of form actions.