From 98378126e4f2410b4ce5fdb9ce9b6c280b2b665d Mon Sep 17 00:00:00 2001 From: "translate-react-bot[bot]" <251169733+translate-react-bot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:21:13 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20translate=20`index.md`=20to=20=D0=A0?= =?UTF-8?q?=D1=83=D1=81=D1=81=D0=BA=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/reference/react-dom/hooks/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/reference/react-dom/hooks/index.md b/src/content/reference/react-dom/hooks/index.md index 5dfb07d824..3d538201b9 100644 --- a/src/content/reference/react-dom/hooks/index.md +++ b/src/content/reference/react-dom/hooks/index.md @@ -4,17 +4,17 @@ title: "Built-in React DOM Hooks" -The `react-dom` package contains Hooks that are only supported for web applications (which run in the browser DOM environment). These Hooks are not supported in non-browser environments like iOS, Android, or Windows applications. If you are looking for Hooks that are supported in web browsers *and other environments* see [the React Hooks page](/reference/react). This page lists all the Hooks in the `react-dom` package. +Пакет `react-dom` содержит хуки, которые поддерживаются только в веб-приложениях (работающих в среде браузерного DOM). Эти хуки не поддерживаются в небраузерных средах, таких как приложения для iOS, Android или Windows. Если вы ищете хуки, которые поддерживаются в веб-браузерах *и других средах*, см. [страницу Хуки React](/reference/react). На этой странице перечислены все хуки в пакете `react-dom`. --- -## Form Hooks {/*form-hooks*/} +## Хуки для форм {/*form-hooks*/} -*Forms* let you create interactive controls for submitting information. To manage forms in your components, use one of these Hooks: +*Формы* позволяют создавать интерактивные элементы для отправки информации. Для управления формами в ваших компонентах используйте один из следующих хуков: -* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) allows you to make updates to the UI based on the status of a form. +* [`useFormStatus`](/reference/react-dom/hooks/useFormStatus) позволяет обновлять UI на основе статуса формы. ```js function Form({ action }) { @@ -38,4 +38,4 @@ function Button() { ); } -``` +``` \ No newline at end of file