question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Here’s one example of using renderToNodeStream

https://github.com/GoogleChromeLabs/progressive-rendering-frameworks-samples/blob/82ccd045264753c11966c59bb63dcba76b8b9f5c/react-streaming-ssr/server.js#L83-L113

What sticks out to me in that example is the the first write includes the <head> assets

Should be possible to do the same by using pageContext._pageAssets instead of html._injectAssets().

@jfsiii @lukasluecke @orenelbaum

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:38 (23 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

The weirdly obscure art of Streamed HTML
Streamed HTML uses less memory. Instead of building the full response in RAM, it sends generated bytes immediately. More robust and faster than ......
Read more >
HTML Streaming - Application Performance, Scalability | Section
HTML streaming speeds up the TTFB by dynamically caching parts of the HTML document without affecting elements of the page that are unique...
Read more >
How to Optimize for HTML5 Video Streaming & HTML5 Video ...
Overall, HTML5 video streaming enables the manipulation of multimedia content using <audio> and <video> HTML tags. Using the <video> tag ...
Read more >
Streams API - MDN Web Docs - Mozilla
Streaming involves breaking a resource that you want to receive over a network down into small chunks, then processing it bit by bit....
Read more >
Streaming HTML, Solid 1.3, and More - YouTube
This stream I want to focus on HTML Streaming (looking at Solid, React, and Marko) and cover some of the other features that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found