This project demonstrates how to achieve reactivity in SvelteKit applications without relying on client-side JavaScript. The application state is encoded in the URL, and any required JavaScript logic is executed on the server using form actions.
https://sveltekit-forms.netlify.app/
This approach has many advantages:
Related repository: https://github.com/ScriptRaccoon/sveltekit-crud-operations