Skip to content

Commit

Permalink
Update src/content/blog/2022/03/08/react-18-upgrade-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucohny authored Jul 14, 2023
1 parent 6f21582 commit 94752b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/2022/03/08/react-18-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const root = hydrateRoot(container, <App tab="home" />);
* `renderToNodeStream`**废弃 ⛔️️**

取而代之的是,对于 Node 环境中的流我们使用:
* `renderToPipeableStream`: **新增 ✨**
* `renderToPipeableStream`**新增 ✨**

同时也引入了新的 API 借助 Suspense 为像 Deno 和 Cloudflare workers 这样的现代分布式运行时环境来支持流式 SSR:
* `renderToReadableStream`: **新增 ✨**
Expand Down

0 comments on commit 94752b5

Please sign in to comment.