Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SSR streaming render #175

Open
mantou132 opened this issue Jul 9, 2024 · 0 comments
Open

Support SSR streaming render #175

mantou132 opened this issue Jul 9, 2024 · 0 comments

Comments

@mantou132
Copy link
Owner

mantou132 commented Jul 9, 2024

dep #80

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

  1. 先发送 fallback 内容
  2. 同时服务端开始准备数据
  3. 之后流式把渲染好的组件发送给客户端
  4. 客户端加载代码并水合
@mantou132 mantou132 changed the title Support streaming Support streaming ssr render Jul 9, 2024
@mantou132 mantou132 changed the title Support streaming ssr render Support streaming SSR render Aug 12, 2024
@mantou132 mantou132 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 17, 2024
@mantou132 mantou132 reopened this Aug 29, 2024
@mantou132 mantou132 changed the title Support streaming SSR render Support SSR streaming render Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant