Skip to content

Commit cf6ff3b

Browse files
authored
Fixed issues from https://ru.reactjs.org/docs/hooks-faq.html` that is not showing the title properly
1 parent 799299b commit cf6ff3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/docs/hooks-faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
---
1+
---
22
id: hooks-faq
33
title: "Хуки: ответы на вопросы"
44
permalink: docs/hooks-faq.html
55
prev: hooks-reference.html
6+
next: testing.html
67
---
78

89
*Хуки* — нововведение в React 16.8, которое позволяет использовать состояние и другие возможности React без написания классов.

0 commit comments

Comments
 (0)