-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssr/router/hydrate options (SPA mode! 0kb JS pages!) #713
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sveltejs/kit/2DhQdZv2RGHVBapb7t4jsbHJ7X9T [Deployment for 3de7061 canceled] |
Ok, this is implemented. Kind of fun to add Just need to figure out if we want to make any tweaks to the API. (@benmccann I like the SSR-for-googlebot idea but I think we can work that out in a separate PR) |
@Rich-Harris I do not know how to thank you! ❤️ |
Is it certain it works?
and still getting js in prerendered html
Both with node and static adapters. |
Oh, I see, thanks! |
See #231 (and also #570). I'm practicing readme-driven development by writing the docs first and worrying about the implementation later, so that folks can weigh in on the design straight away.