Is Static Site Generation possible with SolidJS?
I want to know if it's possible to implement ssg with SolidJS without SolidStart? Any libraries etc.?
Thanks
1 Reply
if you want to ssg you can just use just solid and call
renderToStringAsync
. There's some examples https://github.com/solidjs/solid/tree/main/packages/solid-ssr.