mantou132 / gem

💎 Lightweight WebApp development library using custom elements
https://gemjs.org
MIT License
19 stars 2 forks source link

Support SSR streaming render #175

Open mantou132 opened 4 months ago

mantou132 commented 4 months ago

dep #80

https://nextjs.org/docs/app/building-your-application/routing/loading-ui-and-streaming

  1. 先发送 fallback 内容
  2. 同时服务端开始准备数据
  3. 之后流时把渲染好的组件发送给客户端
  4. 客户端加载代码并水合