dunglas / react-esi

React ESI: Blazing-fast Server-Side Rendering for React and Next.js
https://dunglas.fr/2019/04/react-esi-blazing-fast-ssr/
MIT License
678 stars 30 forks source link

fix: stream props #21

Closed jamyouss closed 3 years ago

jamyouss commented 3 years ago

Stream the props instead of write. Use case where props are too large (100 object).

jamyouss commented 3 years ago

Failing due to node version :(

dunglas commented 3 years ago

Maybe could we just bump the node version?

jamyouss commented 3 years ago

Bump to the latest stable version which is 14 or latest which is 15 ?

jamyouss commented 3 years ago

Bumped to the version 14 :)

jamyouss commented 3 years ago

@dunglas if ok for you, can you release a new version ?

dunglas commented 3 years ago

Thanks @jamyouss

dunglas commented 3 years ago

New release published!

julienlary-dkt commented 3 years ago

Thanks !