SolidJSS
SolidJSโ€ข2y agoโ€ข
34 replies
Joe Pea

how to make SSG use dynamic client-side routing instead of full page refresh?

I tried pre-rendering with server.prerender.crawLinks = true in app.config.ts, but when I change pages, each page does a non-ideal full page refresh.
I'm guessing this means solid-start doesn't have client-side routing in SSG mode?
Was this page helpful?