Birk Skyum
Explore posts from serversDemo for Desktop App
I hope when Deno 2 lands, and the DENO_FUTURE=1 is baked in, that it'll be easier to assess the preliminary Tauri support that does exist at this point. Haven't tried using it much with deno yet though, but some pieces appear to work - https://github.com/denoland/deno/issues/20738
10 replies
SolidStart ver.1
There is a ticket here for most of these issues
https://github.com/vercel/nft/issues/421
15 replies
SolidStart ver.1
SolidStart builds on top of Vinxi which sits on top of Nitro/Vite which are maintained by other teams. The
nitropack
(Nitro) pulls in @vercel/nft
which is pulling in @mapbox/node-pre-gyp
which pulls in npmlog
etc, so not to come with excuses, but some of these issues likely better to resolve upstream by the Nitro, Vercel or Mapbox team.15 replies
deno w/ svelte kit
This PR will fix a few sveltekit related issues, so I'll help reassess the situation when it's in https://github.com/denoland/deno/pull/23634
9 replies
How to output raw HTML with SSR Start?
Hmm, I wonder if it's reasonable here to run effectively another nested solid app with https://docs.solidjs.com/reference/rendering/render-to-string by attaching it to an existing element.
4 replies