Massukka
Explore posts from serversApp.tsx with Solid-transition-group fails to create dom on CSR.
https://github.com/illispi/TransitionCSR
Hello I created this small repro for the issue I am having. Issue is on the title. SSR creates dom correctly, but CSR shows empty page after navigating from index.tsx to repro.tsx. If you comment out <TransitionComp> whole site works correctly, but I would like to have that animation.
1 replies
Is there something to be done about trpc errors and solidjs/seroval?
Basically if you
throw error
in trpc route, solidjs seroval fails to serialize it during SSR. I don't know much about techinal details of this error, but do you think something could be done about this error?2 replies
How to make footer that shows at least at the 100vh down?
I tried making footer component at root. Tsx that is below Routes component and giving body class of flex and 100vh
But it always shows up below navbar on csr, before content loads up.
3 replies
TTCTheo's Typesafe Cult
•Created by Massukka on 8/12/2023 in #questions
Good way to cache database query results?
Like is using just setinterval to variable that queries database enough. And then return that variable on get request. Variable would run to query let's say once a minute.
4 replies