Skip to content

Commit f51c9c3

Browse files
committed
update tutorial
1 parent 4293b44 commit f51c9c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/0.24/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ var REQUEST_URL = 'https://raw.githubusercontent.com/facebook/react-native/maste
215215
}
216216
```
217217

218-
组件加载完毕之后,就可以向服务器请求数据。`componentDidMount`是React组件的一个生命周期方法,它会在组件刚加载完成的时候调用一次,以后不再会被调用。React中的各种生命周期方法请[参阅此文档](http://facebook.github.io/react/docs/component-specs.html)
218+
组件加载完毕之后,就可以向服务器请求数据。`componentDidMount`是React组件的一个生命周期方法,它会在组件刚加载完成的时候调用一次,以后不会再被调用。React中的各种生命周期方法请[参阅此文档](http://facebook.github.io/react/docs/component-specs.html)
219219

220220
```javascript
221221
componentDidMount() {

docs/0.25/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ var REQUEST_URL = 'https://raw.githubusercontent.com/facebook/react-native/maste
215215
}
216216
```
217217

218-
组件加载完毕之后,就可以向服务器请求数据。`componentDidMount`是React组件的一个生命周期方法,它会在组件刚加载完成的时候调用一次,以后不再会被调用。React中的各种生命周期方法请[参阅此文档](http://facebook.github.io/react/docs/component-specs.html)
218+
组件加载完毕之后,就可以向服务器请求数据。`componentDidMount`是React组件的一个生命周期方法,它会在组件刚加载完成的时候调用一次,以后不会再被调用。React中的各种生命周期方法请[参阅此文档](http://facebook.github.io/react/docs/component-specs.html)
219219

220220
```javascript
221221
componentDidMount() {

docs/next/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ var REQUEST_URL = 'https://raw.githubusercontent.com/facebook/react-native/maste
215215
}
216216
```
217217

218-
组件加载完毕之后,就可以向服务器请求数据。`componentDidMount`是React组件的一个生命周期方法,它会在组件刚加载完成的时候调用一次,以后不再会被调用。React中的各种生命周期方法请[参阅此文档](http://facebook.github.io/react/docs/component-specs.html)
218+
组件加载完毕之后,就可以向服务器请求数据。`componentDidMount`是React组件的一个生命周期方法,它会在组件刚加载完成的时候调用一次,以后不会再被调用。React中的各种生命周期方法请[参阅此文档](http://facebook.github.io/react/docs/component-specs.html)
219219

220220
```javascript
221221
componentDidMount() {

0 commit comments

Comments
 (0)