mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-12 22:29:41 +08:00
Re-wording
This commit is contained in:
@@ -71,4 +71,5 @@ var Component = React.createClass({
|
||||
});
|
||||
```
|
||||
|
||||
We strongly discourage using bare timers and always recommend using this mixin. This will eliminate a lot of hard work tracking down bugs.
|
||||
We strongly discourage using `setTimeout(...)` and recommend using `this.setTimeout(...)`.
|
||||
This will eliminate a lot of hard work tracking down bugs.
|
||||
|
||||
Reference in New Issue
Block a user