Skip to content

Commit

Permalink
修改一处文字输入错误
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxinlei committed May 31, 2017
1 parent 689a52b commit 603777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TODO/rearchitecting-airbnbs-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default compose(withPhrases, withHypernovaBootstrap);

#### 异步组件 ####

在(采用)React 之前,我们需要一次渲染整个页面,我们以前的 React 都是这么做的。但现在我们使用异步组件,类似[这种](https://medium.com/@thejameskyle/react-loadable-2674c59de178)方式, 挂在(mount)以后加载组件层次结构的部分。
在(采用)React 之前,我们需要一次渲染整个页面,我们以前的 React 都是这么做的。但现在我们使用异步组件,类似[这种](https://medium.com/@thejameskyle/react-loadable-2674c59de178)方式, 挂载(mount)以后加载组件层次结构的部分。

```
export default class AsyncComponent extends React.Component {
Expand Down

0 comments on commit 603777b

Please sign in to comment.