Am looking into switching from React to Preact to understand what the performance improvements could be.
At the moment my application takes advantage of React's renderToNodeStream to allow for quicker rendering, but I can't seem to find any equivalent in Preact, or whether preact even supports streaming.
renderToNodeStream
Is anyone aware of whether it does? Or if there's an alternative to use?
2.1m questions
2.1m answers
60 comments
57.0k users