3 Matching Annotations
- Jul 2019
-
legacy.reactjs.org legacy.reactjs.org
-
All React components must act like pure functions with respect to their props.
It never modifies its props.
-
setInterval(tick, 1000);
Call tick() every 1000 ms.
Tags
Annotators
URL
-
-
zh-hans.reactjs.org zh-hans.reactjs.org
-
[a, b, c] = lines[i];
ES6的解构赋值
-