From 928cfb5c5cca67366211db648900a6f98f62c000 Mon Sep 17 00:00:00 2001 From: manglobe Date: Thu, 28 Mar 2019 20:29:15 +0800 Subject: [PATCH 1/8] translate complete --- content/blog/2018-11-13-react-conf-recap.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/blog/2018-11-13-react-conf-recap.md b/content/blog/2018-11-13-react-conf-recap.md index 1d404fa942..794d7aaae2 100644 --- a/content/blog/2018-11-13-react-conf-recap.md +++ b/content/blog/2018-11-13-react-conf-recap.md @@ -1,26 +1,26 @@ --- -title: "React Conf recap: Hooks, Suspense, and Concurrent Rendering" +title: "React Conf 会议纪要: Hooks, Suspense, 和 Concurrent Rendering" author: [tomocchino] --- -This year’s [React Conf](https://conf.reactjs.org/) took place on October 25 and 26 in Henderson, Nevada, where more than 600 attendees gathered to discuss the latest in UI engineering. +今年的 10 月 25 日和 26 日, [React Conf](https://conf.reactjs.org/) 在内华达州亨德森市成功举办, 600多名参会者聚集在一起讨论最新的UI工程技术。
-Sophie Alpert and Dan Abramov kicked off Day 1 with their keynote, React Today and Tomorrow. In the talk, they introduced [Hooks](/docs/hooks-intro.html), which are a new proposal that adds the ability to access features such as state without writing a JavaScript class. Hooks promise to dramatically simplify the code required for React components and are currently available in a React alpha release. +Sophie Alpert 和 Dan Abramov 用以“React 的当下和未来”为主题的演讲,拉开了第一天序幕。在本次演讲中,他们介绍了 [Hooks](/docs/hooks-intro.html),这个新的提案可以使得开发者在不编写 class 组件的情况下,也能访问诸如状态(state)等功能。 Hooks 这一提案保证会大大简化构成React组件所需要的代码,目前可以在 React alpha 版本中使用。
-On the morning of Day 2, Andrew Clark and Brian Vaughn presented Concurrent Rendering in React. Andrew covered the recently announced [React.lazy API for code splitting](/blog/2018/10/23/react-v-16-6.html) and previewed two upcoming features: concurrent mode and Suspense. Brian demonstrated how to use [React’s new profiler](/blog/2018/09/10/introducing-the-react-profiler.html) tooling to make apps built in React run faster. +在大会第二天的早晨, Andrew Clark 和 Brian Vaughn 展示了 React 中的 Concurrent Rendering。Andrew 介绍了最近发布的 [用于代码拆分的 React.lazy API](/blog/2018/10/23/react-v-16-6.html) 并且预览了两个即将推出的功能: concurrent mode 和 Suspense. Brian 展示了如何使用 [React 的新探查器](/blog/2018/09/10/introducing-the-react-profiler.html) 工具来使 React 内置的程序运行得更快.
-In the afternoon, Parashuram N spoke in detail about React Native’s New Architecture, a long-term project that the React Native team has been working on over the past year and [announced in June](https://facebook.github.io/react-native/blog/2018/06/14/state-of-react-native-2018). We’re really excited about the potential of this project to improve performance, simplify interoperability with other libraries, and set a strong foundation for the future of React Native. +当天下午,Parashuram N 详细讲了关于 React Native’s 新架构体系,React Native 团队在去年[六月宣布了这个长期项目](https://facebook.github.io/react-native/blog/2018/06/14/state-of-react-native-2018),并且花费了一年时间努力开发。这个项目在提高性能,简化与其他库的互操作性以及为 React Native 的未来奠定坚实基础的方面有着无穷的潜力,我们为此感到非常兴奋。 -Now that the conference is over, all 28 conference talks are [available to stream online](https://www.youtube.com/playlist?list=PLPxbbTqCLbGE5AihOSExAa4wUM-P42EIJ). There are tons of great ones from both days. We can’t wait until next year! +如今大会已经结束了,所有的 28 场会议视频都可以[在线观看](https://www.youtube.com/playlist?list=PLPxbbTqCLbGE5AihOSExAa4wUM-P42EIJ)。这两天的大会涌现许多伟大的发言,我们万分期待明年的大会! From 0265150016da107c842c2affc9b90bd69489f5fe Mon Sep 17 00:00:00 2001 From: manglobe Date: Fri, 29 Mar 2019 23:23:56 +0800 Subject: [PATCH 2/8] fix translate error --- content/blog/2018-11-13-react-conf-recap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-11-13-react-conf-recap.md b/content/blog/2018-11-13-react-conf-recap.md index 794d7aaae2..66971efb96 100644 --- a/content/blog/2018-11-13-react-conf-recap.md +++ b/content/blog/2018-11-13-react-conf-recap.md @@ -15,7 +15,7 @@ Sophie Alpert 和 Dan Abramov 用以“React 的当下和未来”为主题的 -在大会第二天的早晨, Andrew Clark 和 Brian Vaughn 展示了 React 中的 Concurrent Rendering。Andrew 介绍了最近发布的 [用于代码拆分的 React.lazy API](/blog/2018/10/23/react-v-16-6.html) 并且预览了两个即将推出的功能: concurrent mode 和 Suspense. Brian 展示了如何使用 [React 的新探查器](/blog/2018/09/10/introducing-the-react-profiler.html) 工具来使 React 内置的程序运行得更快. +在大会第二天的早晨, Andrew Clark 和 Brian Vaughn 展示了 React 中的 Concurrent Rendering。Andrew 介绍了最近发布的 [用于代码拆分的 React.lazy API](/blog/2018/10/23/react-v-16-6.html) 并且预览了两个即将推出的功能: concurrent mode 和 Suspense. Brian 展示了如何使用 [React 的新分析器](/blog/2018/09/10/introducing-the-react-profiler.html) 工具来让使用 React 开发的程序运行得更快.
From ea2a75532d6a78c0c5bc06fb376576de388641aa Mon Sep 17 00:00:00 2001 From: QiChang Li Date: Fri, 12 Apr 2019 14:55:11 +0800 Subject: [PATCH 3/8] Update content/blog/2018-11-13-react-conf-recap.md Co-Authored-By: manglobe --- content/blog/2018-11-13-react-conf-recap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-11-13-react-conf-recap.md b/content/blog/2018-11-13-react-conf-recap.md index 66971efb96..6db428796d 100644 --- a/content/blog/2018-11-13-react-conf-recap.md +++ b/content/blog/2018-11-13-react-conf-recap.md @@ -3,7 +3,7 @@ title: "React Conf 会议纪要: Hooks, Suspense, 和 Concurrent Rendering" author: [tomocchino] --- -今年的 10 月 25 日和 26 日, [React Conf](https://conf.reactjs.org/) 在内华达州亨德森市成功举办, 600多名参会者聚集在一起讨论最新的UI工程技术。 +今年的 10 月 25 日和 26 日, [React Conf](https://conf.reactjs.org/) 在内华达州亨德森市成功举办,600 多名参会者聚集在一起讨论最新的 UI 工程技术。
From fd4ca8a423bad4c4e9e68157f58562e1954ec9b9 Mon Sep 17 00:00:00 2001 From: QiChang Li Date: Fri, 12 Apr 2019 14:56:06 +0800 Subject: [PATCH 4/8] Update content/blog/2018-11-13-react-conf-recap.md Co-Authored-By: manglobe --- content/blog/2018-11-13-react-conf-recap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-11-13-react-conf-recap.md b/content/blog/2018-11-13-react-conf-recap.md index 6db428796d..f978fb8159 100644 --- a/content/blog/2018-11-13-react-conf-recap.md +++ b/content/blog/2018-11-13-react-conf-recap.md @@ -15,7 +15,7 @@ Sophie Alpert 和 Dan Abramov 用以“React 的当下和未来”为主题的 -在大会第二天的早晨, Andrew Clark 和 Brian Vaughn 展示了 React 中的 Concurrent Rendering。Andrew 介绍了最近发布的 [用于代码拆分的 React.lazy API](/blog/2018/10/23/react-v-16-6.html) 并且预览了两个即将推出的功能: concurrent mode 和 Suspense. Brian 展示了如何使用 [React 的新分析器](/blog/2018/09/10/introducing-the-react-profiler.html) 工具来让使用 React 开发的程序运行得更快. +在大会第二天的早晨,Andrew Clark 和 Brian Vaughn 展示了 React 中的 Concurrent Rendering。Andrew 介绍了最近发布的 [用于代码拆分的 React.lazy API](/blog/2018/10/23/react-v-16-6.html) 并且预览了两个即将推出的功能: concurrent mode 和 Suspense。Brian 展示了如何使用 [React 的新分析器](/blog/2018/09/10/introducing-the-react-profiler.html)工具来让使用 React 开发的程序运行得更快。
From 50d15cd5f43d43c87904201ac1cc37e6af031428 Mon Sep 17 00:00:00 2001 From: QiChang Li Date: Fri, 12 Apr 2019 14:57:06 +0800 Subject: [PATCH 5/8] Update content/blog/2018-11-13-react-conf-recap.md Co-Authored-By: manglobe --- content/blog/2018-11-13-react-conf-recap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-11-13-react-conf-recap.md b/content/blog/2018-11-13-react-conf-recap.md index f978fb8159..38be7a9b38 100644 --- a/content/blog/2018-11-13-react-conf-recap.md +++ b/content/blog/2018-11-13-react-conf-recap.md @@ -21,6 +21,6 @@ Sophie Alpert 和 Dan Abramov 用以“React 的当下和未来”为主题的 -当天下午,Parashuram N 详细讲了关于 React Native’s 新架构体系,React Native 团队在去年[六月宣布了这个长期项目](https://facebook.github.io/react-native/blog/2018/06/14/state-of-react-native-2018),并且花费了一年时间努力开发。这个项目在提高性能,简化与其他库的互操作性以及为 React Native 的未来奠定坚实基础的方面有着无穷的潜力,我们为此感到非常兴奋。 +当天下午,Parashuram N 详细讲了关于 React Native 的新架构体系,React Native 团队在去年[六月宣布了这个长期项目](https://facebook.github.io/react-native/blog/2018/06/14/state-of-react-native-2018),并且花费了一年时间努力开发。这个项目在提高性能,简化与其他库的互操作性以及为 React Native 的未来奠定坚实基础的方面有着无穷的潜力,我们为此感到非常兴奋。 如今大会已经结束了,所有的 28 场会议视频都可以[在线观看](https://www.youtube.com/playlist?list=PLPxbbTqCLbGE5AihOSExAa4wUM-P42EIJ)。这两天的大会涌现许多伟大的发言,我们万分期待明年的大会! From fde9ff804576552795ae2215cac5e0d7fb4c8a64 Mon Sep 17 00:00:00 2001 From: QiChang Li Date: Fri, 12 Apr 2019 14:57:22 +0800 Subject: [PATCH 6/8] Update content/blog/2018-11-13-react-conf-recap.md Co-Authored-By: manglobe --- content/blog/2018-11-13-react-conf-recap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-11-13-react-conf-recap.md b/content/blog/2018-11-13-react-conf-recap.md index 38be7a9b38..c26b9e37fd 100644 --- a/content/blog/2018-11-13-react-conf-recap.md +++ b/content/blog/2018-11-13-react-conf-recap.md @@ -1,5 +1,5 @@ --- -title: "React Conf 会议纪要: Hooks, Suspense, 和 Concurrent Rendering" +title: "React Conf 会议纪要:Hook,Suspense 和 Concurrent Rendering" author: [tomocchino] --- From 8467a06d9ec4d54ec68bed3e0ef4be880c6ec51e Mon Sep 17 00:00:00 2001 From: QiChang Li Date: Fri, 12 Apr 2019 14:57:37 +0800 Subject: [PATCH 7/8] Update content/blog/2018-11-13-react-conf-recap.md Co-Authored-By: manglobe --- content/blog/2018-11-13-react-conf-recap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-11-13-react-conf-recap.md b/content/blog/2018-11-13-react-conf-recap.md index c26b9e37fd..4d55bf7873 100644 --- a/content/blog/2018-11-13-react-conf-recap.md +++ b/content/blog/2018-11-13-react-conf-recap.md @@ -23,4 +23,4 @@ Sophie Alpert 和 Dan Abramov 用以“React 的当下和未来”为主题的 当天下午,Parashuram N 详细讲了关于 React Native 的新架构体系,React Native 团队在去年[六月宣布了这个长期项目](https://facebook.github.io/react-native/blog/2018/06/14/state-of-react-native-2018),并且花费了一年时间努力开发。这个项目在提高性能,简化与其他库的互操作性以及为 React Native 的未来奠定坚实基础的方面有着无穷的潜力,我们为此感到非常兴奋。 -如今大会已经结束了,所有的 28 场会议视频都可以[在线观看](https://www.youtube.com/playlist?list=PLPxbbTqCLbGE5AihOSExAa4wUM-P42EIJ)。这两天的大会涌现许多伟大的发言,我们万分期待明年的大会! +如今大会已经结束了,28 场会议视频都可以[在线观看](https://www.youtube.com/playlist?list=PLPxbbTqCLbGE5AihOSExAa4wUM-P42EIJ)。这两天的大会涌现许多伟大的发言,我们万分期待明年的大会! From 8391adcc28e419c35956ce9de61999c1a530b83d Mon Sep 17 00:00:00 2001 From: QiChang Li Date: Fri, 12 Apr 2019 14:57:49 +0800 Subject: [PATCH 8/8] Update content/blog/2018-11-13-react-conf-recap.md Co-Authored-By: manglobe --- content/blog/2018-11-13-react-conf-recap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-11-13-react-conf-recap.md b/content/blog/2018-11-13-react-conf-recap.md index 4d55bf7873..763259b31b 100644 --- a/content/blog/2018-11-13-react-conf-recap.md +++ b/content/blog/2018-11-13-react-conf-recap.md @@ -9,7 +9,7 @@ author: [tomocchino] -Sophie Alpert 和 Dan Abramov 用以“React 的当下和未来”为主题的演讲,拉开了第一天序幕。在本次演讲中,他们介绍了 [Hooks](/docs/hooks-intro.html),这个新的提案可以使得开发者在不编写 class 组件的情况下,也能访问诸如状态(state)等功能。 Hooks 这一提案保证会大大简化构成React组件所需要的代码,目前可以在 React alpha 版本中使用。 +Sophie Alpert 和 Dan Abramov 用以 “React 的当下和未来” 为主题的演讲,拉开了第一天序幕。在本次演讲中,他们介绍了 [Hook](/docs/hooks-intro.html),这个新的提案可以使得开发者在不编写 class 组件的情况下,也能访问诸如状态(state)等功能。Hook 这一提案保证会大大简化构建 React 组件所需要的代码,目前可以在 React alpha 版本中使用。