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 0c85e33 commit d634fb9
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 @@ -144,7 +144,7 @@ const root = hydrateRoot(container, <App tab="home" />);
最后这个 API 会继续用于渲染电子邮件:
* `renderToStaticNodeStream`

更多关于服务端渲染 API 的变化信息,可以查看工作组文章 [在服务端升级到 React 18](https://github.com/reactwg/react-18/discussions/22)[深入探讨新的 Suspense SSR 架构](https://github.com/reactwg/react-18/discussions/37),以及 [Shaundai 个人](https://twitter.com/shaundai) 在 React 2021 会议上关于[使用 Suspense 的流式服务端渲染](https://www.youtube.com/watch?v=pj5N-Khihgc) 的演讲。
更多关于服务端渲染 API 的变化信息,可以查看工作组文章 [在服务端升级到 React 18](https://github.com/reactwg/react-18/discussions/22)[深入探讨新的 Suspense SSR 架构](https://github.com/reactwg/react-18/discussions/37),以及 [Shaundai 个人](https://twitter.com/shaundai) 在 React 2021 会议上关于 [使用 Suspense 的流式服务端渲染](https://www.youtube.com/watch?v=pj5N-Khihgc) 的演讲。

## TypeScript 定义的更新 {/*updates-to-typescript-definitions*/}

Expand Down

0 comments on commit d634fb9

Please sign in to comment.