File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
reference/react-dom/hooks Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
47
47
## Colombia {/* colombia* /}
48
48
* [ Medellin] ( https://www.meetup.com/React-Medellin/ )
49
49
50
+ ## Czechia {/* czechia* /}
51
+ * [ Prague] ( https://guild.host/react-prague/ )
52
+
50
53
## Denmark {/* denmark* /}
51
54
* [ Aalborg] ( https://www.meetup.com/Aalborg-React-React-Native-Meetup/ )
52
55
* [ Aarhus] ( https://www.meetup.com/Aarhus-ReactJS-Meetup/ )
Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ title: "Built-in React DOM Hooks"
14
14
15
15
** Form** 允许创建用于提交信息的交互式控件。要在组件中管理表单,请使用以下其中一个 Hook:
16
16
17
+ <<<<<<< HEAD
17
18
* [ ` useFormStatus ` ] ( /reference/react-dom/hooks/useFormStatus ) 允许根据表单的状态更新用户界面。
19
+ =======
20
+ * [ ` useFormStatus ` ] ( /reference/react-dom/hooks/useFormStatus ) allows you to make updates to the UI based on the status of a form.
21
+ >>>>>>> 2859efa07357dfc2927517ce9765515acf903c7c
18
22
19
23
``` js
20
24
function Form ({ action }) {
You can’t perform that action at this time.
0 commit comments