This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
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
- perf(solid): switch from renderToStringAsync to renderToString
- perf(solid): avoid creating mutable on server
- perf(solid): replace PassThrough with minipass