Skip to content

Commit

Permalink
modify translation
Browse files Browse the repository at this point in the history
  • Loading branch information
fonkie committed Feb 4, 2020
1 parent 86ec7ac commit c0aad1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/blog/2018-03-27-update-on-async-rendering.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: 异步渲染的更新
title: 异步渲染之更新
author: [bvaughn]
---

一年多来,React 团队一直致力于实现异步渲染。上个月,在 JSConf 冰岛的演讲中,[Dan 揭晓了一些令人兴奋的新的异步渲染可能](/blog/2018/03/01/sneak-peek-beyond-react-16.html)。现在,我们希望与你分享我们在使用这些功能时学到的一些经验教训,以及一些帮助你在组件启动时准备异步渲染的方法。
一年多来,React 团队一直致力于实现异步渲染。上个月,在 JSConf 冰岛的演讲中,[Dan 展示了异步渲染带来的新可能性](/blog/2018/03/01/sneak-peek-beyond-react-16.html)。现在,我们希望与你分享我们在使用这些功能时学到的一些经验教训,以及一些帮助你在组件启动时准备异步渲染的方法。

我们学到的最重要的经验是,一些过时的组件生命周期往往会造成不安全的编码实践,它们是
我们得到最重要的经验是,过时的组件生命周期往往会带来不安全的编码实践,具体函数如下

* `componentWillMount`
* `componentWillReceiveProps`
Expand Down

0 comments on commit c0aad1b

Please sign in to comment.