-
Notifications
You must be signed in to change notification settings - Fork 390
Translate "React Conf recap: Hooks, Suspense, and Concurrent Rendering" blog post #412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
60e575f
Draft translation
lyskos97 a48670e
Fix stylistics & clear commented text
lyskos97 772f223
Fix typos & stylistics
lyskos97 712908f
Apply suggestions from code review
lyskos97 bf60dcd
Translate a name
lyskos97 486d020
Apply suggestions from code review (2)
lyskos97 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
--- | ||
title: "React Conf recap: Hooks, Suspense, and Concurrent Rendering" | ||
title: "Итоги React Conf: хуки, задержка и асинхронный рендеринг" | ||
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. | ||
В этом году конференция [React Conf](https://conf.reactjs.org/) проходила в Хендерсоне в штате Невада с 25 по 26 октября. На конференцию пришли более 600 посетителей, чтобы обсудить новшества разработки интерфейсов. | ||
|
||
<br> | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/V-QO-KO90iQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
|
||
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 и Дэн Абрамов открыли первый день конференции главным докладом на тему «React сегодня и React завтра». В своём докладе они впервые представили [хуки](/docs/hooks-intro.html) -- новую разработку, которая позволяет использовать функционал, вроде состояния, без помощи JavaScript-классов. В перспективе хуки должны существенно упростить код React-компонентов и уже доступны в альфа-версии React. | ||
|
||
<br> | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/ByBPyMBTzM0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
|
||
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. Andrew рассказал о недавно анонсированном API для разделения кода -- [React.Lazy](/blog/2018/10/23/react-v-16-6.html) -- и продемонстрировал новый функционал: асинхронный режим и задержку. А Brian наглядно показал, как ускорять приложения на базе React при помощи инструментов [нового React Profiler](/blog/2018/09/10/introducing-the-react-profiler.html). | ||
|
||
<br> | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/UcqRXTriUVI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
|
||
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 -- долгострое, который команда React Native [анонсировала ещё в июне](https://facebook.github.io/react-native/blog/2018/06/14/state-of-react-native-2018) и работала над ним весь прошлый год. Проект призван улучшить производительность, упростить интеграцию с другими библиотеками и создать крепкую основу для развития React Native. Мы верим в потенциал проекта и с нетерпением ждём релиза. | ||
lyskos97 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
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). За два дня набралась уйма интересных выступлений! Мы уже ждём не дождёмся следующего года! |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.