Mango Juicy
Explore posts from serversDeploying a VITE+Solid app
The docker and docker-compose setup probably adds unnecessary complexity.
Where are you deploying to?
With SPA's usually this is deployed to some object storage like S3 which would have higher uptime and is probably cheaper than a running a server
8 replies
How to mount a Solid component to a dom element?
There's a non-compiled version of Solid that can be direcly used in vanilla js, but the experience would't be great:
https://www.solidjs.com/guides/getting-started#buildless-options
Could work if all other options fail
11 replies
What is the timeout of 'use server' functions?
Not quite what I was asking.
I intend to keep a connection open extended time like 30 - 60 seconds for a long running POST request - in this case a
use server
function
Short polls are strait forward. But what happens if the server function is hanging for longer polls?
Or is this generally bad practice?9 replies
createAsync different values on client and server SSR issue
I found a GitHub issue detailing the children hydration mismatch: https://github.com/solidjs/solid-start/issues/1392
16 replies