diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js
index 83f5fa4f2..62060d065 100644
--- a/src/components/Layout/HomeContent.js
+++ b/src/components/Layout/HomeContent.js
@@ -136,7 +136,7 @@ export function HomeContent() {
React
- The library for web and native user interfaces
+ Библиотека для веб- и нативных пользовательских интерфейсов
+ label="К изучению React">
Learn React
+ label="Справочник API">
API Reference
@@ -160,13 +160,12 @@ export function HomeContent() {
- Create user interfaces from components
+ Создание пользовательских интерфейсов из компонентов
- React lets you build user interfaces out of individual pieces
- called components. Create your own React components like{' '}
- Thumbnail
, LikeButton
, and{' '}
- Video
. Then combine them into entire screens, pages,
- and apps.
+ React позволяет вам создавать пользовательские интерфейсы из
+ отдельных частей, называемых компонентами. Создавайте собственные React-компоненты, такие как{' '}
+ Thumbnail
, LikeButton
, и{' '}
+ Video
, затем объединяйте их в целые страницы и приложения.
@@ -174,22 +173,22 @@ export function HomeContent() {
- Whether you work on your own or with thousands of other
- developers, using React feels the same. It is designed to let you
- seamlessly combine components written by independent people,
- teams, and organizations.
+ Независимо от того, работаете ли вы самостоятельно или с тысячами
+ других разработчиков, использование React ощущается одинаково, ведь
+ он разработан так, чтобы позволить вам легко объединять компоненты,
+ написанные независимыми людьми, командами и организациями.
- Write components with code and markup
+ Создавайте компоненты с кодом и разметкой
- React components are JavaScript functions. Want to show some
- content conditionally? Use an if
statement.
- Displaying a list? Try array map()
. Learning React is
- learning programming.
+ Компоненты React — это функции JavaScript. Хотите отобразить
+ содержимое условно? Используйте оператор if
.
+ Отображаете список? Попробуйте метод массива map()
.
+ Изучение React — это изучение программирования.
@@ -197,10 +196,10 @@ export function HomeContent() {
- This markup syntax is called JSX. It is a JavaScript syntax
- extension popularized by React. Putting JSX markup close to
- related rendering logic makes React components easy to create,
- maintain, and delete.
+ Этот синтаксис называется JSX. Это расширение для ситнаксиса
+ JavaScript, которое популяризировал React. Размещение JSX-разметки
+ рядом с соответствующей логикой рендеринга упрощает создание,
+ изменение и удаление компонентов React.