Skip to content

Commit 3633f1c

Browse files
authored
Removed part of already translated english text
1 parent 0e5d0c2 commit 3633f1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/tutorial/tutorial.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,8 +1162,6 @@ class Game extends React.Component {
11621162
}
11631163
```
11641164

1165-
Notice in `jumpTo` method, we haven't updated `history` property of the state. That is because state updates are merged or in more simple words React will update only the properties mentioned in `setState` method leaving the remaining state as that is. For more info **[see the documentation](/docs/state-and-lifecycle.html#state-updates-are-merged)**.
1166-
11671165
Обратите внимание, что в методе `jumpTo` мы не обновили свойство `history` состояния. Это потому, что обновления состояния объединяются или, проще говоря, React обновит только те свойства, которые были указаны в методе `setState` без изменения остальных свойств. Подробнее об этом читайте в **[документации](/docs/state-and-lifecycle.html#state-updates-are-merged)**.
11681166

11691167
Мы сделаем ещё несколько изменений в методе Game `handleClick`, который выполняется когда вы кликаете на клетки.

0 commit comments

Comments
 (0)