Skip to content

Commit fcd8b86

Browse files
authored
Update README_CN.md
1 parent 25cf31c commit fcd8b86

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README_CN.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 注意
2+
3+
- 不要使用 `<React.StrictMode />` 严格模式
4+
- (React v18+) 不要使用 `ReactDOMClient.createRoot`, 而是使用 `ReactDOM.render`
5+
16
# React Activation
27

38
[![size](https://img.shields.io/bundlephobia/minzip/[email protected])](https://bundlephobia.com/result?p=react-activation@latest)
@@ -32,9 +37,7 @@ Vue 中 `<keep-alive />` 功能在 React 中的黑客实现
3237

3338
## 兼容性
3439

35-
- React v17+ (beta)
36-
37-
- React v16+
40+
- React v16 / v17 / v18
3841

3942
- Preact v10+
4043

0 commit comments

Comments
 (0)