Skip to content

Commit 65e372c

Browse files
authored
Merge pull request #38 from avevlad/avevlad/faq-build
Translate "Babel, JSX, and Build Steps" into Russian
2 parents ecef307 + 83c3235 commit 65e372c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

content/docs/faq-build.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
---
22
id: faq-build
3-
title: Babel, JSX, and Build Steps
3+
title: Babel, JSX и этапы сборки
44
permalink: docs/faq-build.html
55
layout: docs
66
category: FAQ
77
---
88

9-
### Do I need to use JSX with React? {#do-i-need-to-use-jsx-with-react}
9+
### Необходимо ли в React использовать JSX? {#do-i-need-to-use-jsx-with-react}
1010

11-
No! Check out ["React Without JSX"](/docs/react-without-jsx.html) to learn more.
11+
Нет! Прочтите ["React без JSX"](/docs/react-without-jsx.html) чтобы узнать подробнее.
1212

13-
### Do I need to use ES6 (+) with React? {#do-i-need-to-use-es6--with-react}
13+
### Необходимо ли в React использовать ES6 (+)? {#do-i-need-to-use-es6--with-react}
1414

15-
No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more.
15+
Нет! Прочтите ["React без ES6"](/docs/react-without-es6.html) чтобы узнать подробнее.
1616

17-
### How can I write comments in JSX? {#how-can-i-write-comments-in-jsx}
17+
### Как в JSX написать комментарий? {#how-can-i-write-comments-in-jsx}
1818

1919
```jsx
2020
<div>
21-
{/* Comment goes here */}
22-
Hello, {name}!
21+
{/* Это комментарий */}
22+
Привет, {name}!
2323
</div>
2424
```
2525

2626
```jsx
2727
<div>
28-
{/* It also works
29-
for multi-line comments. */}
30-
Hello, {name}!
28+
{/* А это
29+
многострочный комментарий. */}
30+
Привет, {name}!
3131
</div>
3232
```

content/docs/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
- id: faq-ajax
139139
title: AJAX и обращение к API
140140
- id: faq-build
141-
title: Babel, JSX, and Build Steps
141+
title: Babel, JSX и этапы сборки
142142
- id: faq-functions
143143
title: Passing Functions to Components
144144
- id: faq-state

0 commit comments

Comments
 (0)