We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6295ed5 commit b808ba4Copy full SHA for b808ba4
1 file changed
src/overview/relation/reactjs.md
@@ -78,7 +78,9 @@ package com.business.components {
78
}
79
```
80
81
-Like React.js, there is no transitively detection of mutation methods; therefore, the following is preferred over an array `.push(v)`:
+The state's initializer represents the state's initial value.
82
+
83
+Like React.js, there is no transitive detection of mutation methods; therefore, the following is preferred over an array `.push(v)`:
84
85
86
x = [...x, v];
0 commit comments