Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
Compare
Choose a tag to compare
@galvez galvez released this 01 Jul 09:04
· 77 commits to main since this release
b134a30

This release nearly improves SSR performance by roughly 150% replacing renderToStringAsync with renderToString.

Also, for SSR streaming, PassThrough is replaced with minipass which also considerably improves performance.

Improvements

Examples