Skip to content

Update react-18.md #307

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/react-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ $ taro update project 3.5
- 开发支付宝小程序时,Webpack4 暂不支持使用 React18,[#12134](https://github.com/NervJS/taro/issues/12134#issuecomment-1197904281)。
- 如果你选择升级到 React 18,那么项目中使用的其他 React 生态库同步也需要支持 React 18 版本,以减少运行时问题,比如 [issue 117](https://github.com/NervJS/taro-docs/issues/117)。
- 受小程序环境限制,诸如新 SSR Suspense 等特性将不能在小程序中使用。
- RN 暂不支持 React v18,需要等待 RN 官方输出支持方案。