Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@stephane_klein@social.coop
2025-05-28 11:49:00

Bilan de "poc-sveltekit-custom-server" pour exécuter des tâches "cron" dans un projet Monolith en SvelteKit :
#Sveltekit

@stephane_klein@social.coop
2025-06-24 12:24:55

J'ai découvert la méthode officielle de #SvelteKit pour accéder aux variables d'environnement
notes.sklein.xyz/2025-06-24_00
Cela fonctionne parfaitement b…

@beeb@hachyderm.io
2025-04-27 20:27:15

Even for small projects, while it might work, I wouldn't want the context switching personally. Especially if the backend uses some weird templating language for generating the html snippets. I'd much rather use a fullstack framework like #SvelteKit where your endpoint is just a load function that returns some data (automatically serialized and made available to the page script), or create a proper API in another language that returns some JSON.