-
Notifications
You must be signed in to change notification settings - Fork 392
Обновить tutorial-tic-tac-toe.md #952
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
Changes from 1 commit
7a23b12
23d0b15
68c67f9
056e910
931b790
7f72f2f
47f10fc
2e7c685
5ea3cf2
d00f5c4
2f3d8a4
48152c6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,31 +1,31 @@ | ||||||
--- | ||||||
title: 'Tutorial: Tic-Tac-Toe' | ||||||
title: 'Учебник: Крестики-Нолики' | ||||||
--- | ||||||
|
||||||
<Intro> | ||||||
|
||||||
You will build a small tic-tac-toe game during this tutorial. This tutorial does not assume any existing React knowledge. The techniques you'll learn in the tutorial are fundamental to building any React app, and fully understanding it will give you a deep understanding of React. | ||||||
В ходе этого урока вы создадите небольшую игру в крестики-нолики. Этот урок не предполагает наличия каких-либо знаний о React. Методы, которые вы изучите в этом уроке, являются основополагающими для создания приложения React, и их полное понимание даст вам глубокое представление о React. | ||||||
|
||||||
</Intro> | ||||||
|
||||||
<Note> | ||||||
|
||||||
This tutorial is designed for people who prefer to **learn by doing** and want to quickly try making something tangible. If you prefer learning each concept step by step, start with [Describing the UI.](/learn/describing-the-ui) | ||||||
Это руководство предназначено для людей, которые предпочитают **учиться на практике** и хотят быстро попробовать сделать что-то осязаемое. Если вы предпочитаете изучать каждую концепцию шаг за шагом, начните с [Описания пользовательского интерфейса.](/learn/describing-the-ui) | ||||||
|
||||||
</Note> | ||||||
|
||||||
The tutorial is divided into several sections: | ||||||
Учебник разделен на несколько разделов: | ||||||
|
||||||
- [Setup for the tutorial](#setup-for-the-tutorial) will give you **a starting point** to follow the tutorial. | ||||||
- [Overview](#overview) will teach you **the fundamentals** of React: components, props, and state. | ||||||
- [Completing the game](#completing-the-game) will teach you **the most common techniques** in React development. | ||||||
- [Adding time travel](#adding-time-travel) will give you **a deeper insight** into the unique strengths of React. | ||||||
- [Настройка учебника](#setup-for-the-tutorial) даст вам **отправную точку** для дальнейшего изучения учебного пособия. | ||||||
- [Обзор](#overview) научит вас **основам** React: компонентам, реквизитам и состоянию. | ||||||
- [Завершение игры научит](#completing-the-game) вас **наиболее распространенным методам** в разработке React. | ||||||
SmaylikYoutuber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
- [Добавление путешествие во времени](#adding-time-travel) даст вам **более глубокое представление** об уникальных сильных сторонах React. | ||||||
SmaylikYoutuber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
### What are you building? {/*what-are-you-building*/} | ||||||
### Что ты строишь? {/*what-are-you-building*/} | ||||||
|
||||||
In this tutorial, you'll build an interactive tic-tac-toe game with React. | ||||||
В этом уроке вы создадите интерактивную игру в tic-tac-toe с React. | ||||||
SmaylikYoutuber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
||||||
You can see what it will look like when you're finished here: | ||||||
Вы можете увидеть, как это будет выглядеть, когда вы закончите здесь: | ||||||
|
Вы можете увидеть, как это будет выглядеть, когда вы закончите здесь: | |
Вы можете увидеть ожидаемый результат здесь: |
предлагаю упростить
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
status = 'Выйграл: ' + winner; | |
status = 'Победитель: ' + winner; |
SmaylikYoutuber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
SmaylikYoutuber marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
надо согласовать вводное предложение и пункты.
сейчас получается "Для этого вам необходимо скачайте Node.js"
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
две строчки остались не переведены
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
я не успел
Uh oh!
There was an error while loading. Please reload this page.