#Solid SSR Setup

5 messages · Page 1 of 1 (latest)

full thicket
#

Hello! I'm trying (and failing) to setup a solid ssr barebones app with rsbuild, fastify, and the solid router. I've tried to browse the web/docs for resources but can't find anything related to implementing ssr.

echo zealot
#

The best example might still be in solid repo itself in the now basically deprecated solid-ssr project. It shows a simple Rollup setup but it has examples showing how to do various forms of SSR rendering.

full thicket
#

@echo zealot I need to own the node server code which is why I opted into setting up SSR myself. I've been looking into solid start though and was wondering if I could compose it down to a simple node middleware which can then be added to my node server for specific routes? Remix is an excellent example of this and a pattern I want to replicate.

echo zealot
#

Not solidstart which uses Nitro which there is less control over.