You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you elaborate on why this is helpful and how this would work? I'm having a hard time understanding how this would work, while I get the value of it.
To be clear; Inertia's SSR would only render the HTML of the initial request, so it would only render HTML once, after that it's all CSR. This is useful for search engines and an optimization for load times. However, if you're conditionally rendering things based on the headers, that wouldn't work client-side, because that also doesn't receive request headers
It would be great if the
HttpGateway
will forward the original http context (headers, ip, etc) to the ssr renderer.This would unlock client dependent opportunities (mobile detection, regional specific content, etc.) .
The text was updated successfully, but these errors were encountered: