From 603777b182d293e1354d3a5bc882348c3a72ac32 Mon Sep 17 00:00:00 2001 From: sunxinlei Date: Wed, 31 May 2017 11:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E5=A4=84=E6=96=87?= =?UTF-8?q?=E5=AD=97=E8=BE=93=E5=85=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO/rearchitecting-airbnbs-frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO/rearchitecting-airbnbs-frontend.md b/TODO/rearchitecting-airbnbs-frontend.md index 9467839a1eb..6a1e005cc11 100644 --- a/TODO/rearchitecting-airbnbs-frontend.md +++ b/TODO/rearchitecting-airbnbs-frontend.md @@ -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 {