

3·
15 days agoDo it server side, like they already do for articles and links.
Do it server side, like they already do for articles and links.
I only post peak content ya feel me 🚀🚀
You see, the joke is that “joke not funny and its on reddit so reddit bad”. lemmy obviously has jokes of higher intellect
I will make sure to post truly funny and intellectual content next time like “windows bad haha”
Hey, well, the ChatGPT chart shows it, so it must be true!
It might be overkill, but my website xylight.dev is written in Svelte with the framework Sveltekit. I use the
adapter-static
and disabled the client JavaScript withexport const csr = false
in my+layout.ts
.I really like Svelte since it lets me write reusable components really quickly, with very native feeling markup that, once I prerender it, expands into normal HTML.