Replies: 1 comment 1 reply
-
Technically it should stream to the body as soon as it’s available. I believe this is the current functionality is it not?
Tanner Linsley
…On Nov 22, 2022 at 1:59 PM -0700, Alex Zelid ***@***.***>, wrote:
Basic-ssr-lite and basic-ssr examples write routerScript before template's DOCTYPE.
Expected to replace <!--app-head--> inside template.html
Used versions:
***@***.***/react-router": "0.0.1-beta.25",
***@***.***/react-router-devtools": "0.0.1-beta.19"
Should router script indeed replace the <!--app-head--> placeholder in SSR?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Basic-ssr-lite and basic-ssr examples write
routerScript
before template's DOCTYPE.Expected to replace
<!--app-head-->
insidetemplate.html
Used versions:
"@tanstack/react-router": "0.0.1-beta.25",
"@tanstack/react-router-devtools": "0.0.1-beta.19"
Should router script indeed replace the
<!--app-head-->
placeholder in SSR?Or current behavior is normal?
Beta Was this translation helpful? Give feedback.
All reactions