We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cf31c commit fcd8b86Copy full SHA for fcd8b86
README_CN.md
@@ -1,3 +1,8 @@
1
+### 注意
2
+
3
+- 不要使用 `<React.StrictMode />` 严格模式
4
+- (React v18+) 不要使用 `ReactDOMClient.createRoot`, 而是使用 `ReactDOM.render`
5
6
# React Activation
7
8
[](https://bundlephobia.com/result?p=react-activation@latest)
@@ -32,9 +37,7 @@ Vue 中 `<keep-alive />` 功能在 React 中的黑客实现
32
37
33
38
## 兼容性
34
39
35
-- React v17+ (beta)
36
-
-- React v16+
40
+- React v16 / v17 / v18
41
42
- Preact v10+
43
0 commit comments