logoalt Hacker News

dsegotoday at 5:12 PM1 replyview on HN

You can always make the server-side render partials based on a request header.

https://github.com/dsego/ssr-playground/blob/main/src/server...


Replies

james2doyletoday at 5:48 PM

That is what I did. I was using Astro which has full support for partial HTML via the router

show 1 reply