Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update content/docs/hooks-state.md
Co-Authored-By: another-guy <another-guy@users.noreply.github.com>
  • Loading branch information
angryermine and another-guy authored Feb 14, 2019
commit 9b0a25da314ed0dd0b73ab6e7d2344d494a85527
2 changes: 1 addition & 1 deletion content/docs/hooks-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function Example() {
<p>Вы кликнули {count} раз(а)</p>
```

## Обновление состояние {#updating-state}
## Обновление состояния {#updating-state}

В классе мы вызываем `this.setState()` когда надо обновить состояние `count`:

Expand Down