#Solid SSR Setup
5 messages · Page 1 of 1 (latest)
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.
@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.
Sorry I meant this: https://github.com/solidjs/solid/tree/main/packages/solid-ssr
Not solidstart which uses Nitro which there is less control over.