You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/react-dom/client/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ title: Client React DOM APIs
4
4
5
5
<Intro>
6
6
7
-
The `react-dom/client`APIs let you render React components on the client (in the browser). These APIs are typically used at the top level of your app to initialize your React tree. A[framework](/learn/creating-a-react-app#full-stack-frameworks)may call them for you. Most of your components don't need to import or use them.
7
+
As APIs do `react-dom/client`permitem renderizar componentes React no cliente (no navegador). Essas APIs são tipicamente usadas no nível superior do seu aplicativo para inicializar sua árvore React. Um[framework](/learn/creating-a-react-app#full-stack-frameworks)pode chamá-las para você. A maioria dos seus componentes não precisa importá-las ou usá-las.
8
8
9
9
</Intro>
10
10
11
11
---
12
12
13
-
## Client APIs {/*client-apis*/}
13
+
## APIs do Cliente {/*client-apis*/}
14
14
15
-
*[`createRoot`](/reference/react-dom/client/createRoot)lets you create a root to display React components inside a browser DOM node.
16
-
*[`hydrateRoot`](/reference/react-dom/client/hydrateRoot)lets you display React components inside a browser DOM node whose HTML content was previously generated by[`react-dom/server`.](/reference/react-dom/server)
15
+
*[`createRoot`](/reference/react-dom/client/createRoot)permite criar uma raiz para exibir componentes React dentro de um nó DOM do navegador.
16
+
*[`hydrateRoot`](/reference/react-dom/client/hydrateRoot)permite exibir componentes React dentro de um nó DOM do navegador cujo conteúdo HTML foi previamente gerado por[`react-dom/server`.](/reference/react-dom/server)
17
17
18
18
---
19
19
20
-
## Browser support {/*browser-support*/}
20
+
## Suporte ao Navegador {/*browser-support*/}
21
21
22
-
React supports all popular browsers, including Internet Explorer 9 and above. Some polyfills are required for older browsers such as IE 9 and IE 10.
22
+
O React suporta todos os navegadores populares, incluindo Internet Explorer 9 e superior. Alguns polyfills são necessários para navegadores mais antigos, como IE 9 e IE 10.
0 commit comments