Replies: 1 comment 1 reply
-
|
I think RR could add the Link tag to the responses, but ultimately using them to send a 103 Early Hint response first will depend on the HTTP server you use, as RR is a function called by an HTTP server and the ability to send two responses is also limited by what your HTTP server supports. |
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.
-
It would be nice to have support to 103 Early Hints for increased performance.
There has been some remix-run/remix#5378 regarding it back on Remix, but no final implementation.
With both caddyserver/caddy#5006 and Nginx supporting it would be great for my app running on
react-router-serveto be able to serve the early hints as well.Beta Was this translation helpful? Give feedback.
All reactions