Skip to content

Commit ecd68da

Browse files
docs: translate index.md to Português (Brasil) (#1228)
Co-authored-by: translate-react-bot[bot] <251169733+translate-react-bot[bot]@users.noreply.github.com>
1 parent 1ecba19 commit ecd68da

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • src/content/reference/react-dom/client

src/content/reference/react-dom/client/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ title: Client React DOM APIs
44

55
<Intro>
66

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.
88

99
</Intro>
1010

1111
---
1212

13-
## Client APIs {/*client-apis*/}
13+
## APIs do Cliente {/*client-apis*/}
1414

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)
1717

1818
---
1919

20-
## Browser support {/*browser-support*/}
20+
## Suporte ao Navegador {/*browser-support*/}
2121

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

Comments
 (0)