This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Mat Simon
matsimon.dev
did:plc:47abzqpwyfxxyqw5oc4sb5mo
In load functions you can only return simple types for the data to be transmitted. If you try to use an object like a class, SvelteKit was not able to serialize that object. You needed to serialize the data yourself and then deserialize. Now you can just "transfer" a class via the data object.
2024-12-12T18:33:11.447Z