Skip to content

Commit

Permalink
fix "Babel, JSX, and Build Steps"
Browse files Browse the repository at this point in the history
  • Loading branch information
avevlad committed Feb 9, 2019
1 parent a5f9019 commit 0cad4c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions content/docs/faq-build.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
id: faq-build
title: Babel, JSX, и этапы сборки
title: Babel, JSX и этапы сборки
permalink: docs/faq-build.html
layout: docs
category: FAQ
---

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

Нет! Прочти ["React без JSX"](/docs/react-without-jsx.html) чтобы узнать подробнее.
Нет! Прочтите ["React без JSX"](/docs/react-without-jsx.html) чтобы узнать подробнее.

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

Нет! Прочти ["React без ES6"](/docs/react-without-es6.html) чтобы узнать подробнее.
Нет! Прочтите ["React без ES6"](/docs/react-without-es6.html) чтобы узнать подробнее.

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

Expand Down
2 changes: 1 addition & 1 deletion content/docs/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
- id: faq-ajax
title: AJAX and APIs
- id: faq-build
title: Babel, JSX, и этапы сборки
title: Babel, JSX и этапы сборки
- id: faq-functions
title: Passing Functions to Components
- id: faq-state
Expand Down

0 comments on commit 0cad4c8

Please sign in to comment.