Open
Description
As discussed on Discord, the use of Svelte Query is problematic. It doesn't even do much other than wrap some functions.
We should move these to load functions. These run on the server, letting us provide data to non-JS users and prevent layout shifts.
The only problem is that we currently build statically, and if we move to using the CF Pages adapter we start running into the 100k daily worker limit. It has still yet to be investigated if we can only run the worker on some pages.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status