|
3 | 3 | - id: getting-started
|
4 | 4 | title: Getting Started
|
5 | 5 | - id: add-react-to-a-website
|
6 |
| - title: Add React to a Website |
| 6 | + title: Adicione o React a um site |
7 | 7 | - id: create-a-new-react-app
|
8 |
| - title: Create a New React App |
| 8 | + title: Crie um novo React App |
9 | 9 | - id: cdn-links
|
10 | 10 | title: CDN Links
|
11 | 11 | - title: Main Concepts
|
|
14 | 14 | - id: hello-world
|
15 | 15 | title: Hello World
|
16 | 16 | - id: introducing-jsx
|
17 |
| - title: Introducing JSX |
| 17 | + title: Introduzindo JSX |
18 | 18 | - id: rendering-elements
|
19 |
| - title: Rendering Elements |
| 19 | + title: Renderizando Elementos |
20 | 20 | - id: components-and-props
|
21 |
| - title: Components and Props |
| 21 | + title: Componentes e Props |
22 | 22 | - id: state-and-lifecycle
|
23 |
| - title: State and Lifecycle |
| 23 | + title: State e Ciclo de Vida |
24 | 24 | - id: handling-events
|
25 |
| - title: Handling Events |
| 25 | + title: Manipulando eventos |
26 | 26 | - id: conditional-rendering
|
27 |
| - title: Conditional Rendering |
| 27 | + title: Renderização condicional |
28 | 28 | - id: lists-and-keys
|
29 | 29 | title: Listas e Chaves
|
30 | 30 | - id: forms
|
31 | 31 | title: Forms
|
32 | 32 | - id: lifting-state-up
|
33 |
| - title: Lifting State Up |
| 33 | + title: Elevando o State |
34 | 34 | - id: composition-vs-inheritance
|
35 | 35 | title: Composition vs Inheritance
|
36 | 36 | - id: thinking-in-react
|
37 |
| - title: Thinking In React |
| 37 | + title: Pensando do jeito React |
38 | 38 | - title: Advanced Guides
|
39 | 39 | items:
|
40 | 40 | - id: accessibility
|
41 |
| - title: Accessibility |
| 41 | + title: Acessibilidade |
42 | 42 | - id: code-splitting
|
43 | 43 | title: Code-Splitting
|
44 | 44 | - id: context
|
45 | 45 | title: Context
|
46 | 46 | - id: error-boundaries
|
47 | 47 | title: Error Boundaries
|
48 | 48 | - id: forwarding-refs
|
49 |
| - title: Forwarding Refs |
| 49 | + title: Encaminhamento de Refs |
50 | 50 | - id: fragments
|
51 |
| - title: Fragments |
| 51 | + title: Fragmentos |
52 | 52 | - id: higher-order-components
|
53 |
| - title: Higher-Order Components |
| 53 | + title: Componentes de Alta-ordem |
54 | 54 | - id: integrating-with-other-libraries
|
55 | 55 | title: Integrando com outras Bibliotecas
|
56 | 56 | - id: jsx-in-depth
|
|
62 | 62 | - id: react-without-es6
|
63 | 63 | title: React Without ES6
|
64 | 64 | - id: react-without-jsx
|
65 |
| - title: React Without JSX |
| 65 | + title: React sem JSX |
66 | 66 | - id: reconciliation
|
67 |
| - title: Reconciliation |
| 67 | + title: Reconciliação (Reconciliation) |
68 | 68 | - id: refs-and-the-dom
|
69 |
| - title: Refs and the DOM |
| 69 | + title: Refs e o DOM |
70 | 70 | - id: render-props
|
71 | 71 | title: Render Props
|
72 | 72 | - id: static-type-checking
|
73 | 73 | title: Static Type Checking
|
74 | 74 | - id: strict-mode
|
75 |
| - title: Strict Mode |
| 75 | + title: Modo Estrito (Strict Mode) |
76 | 76 | - id: typechecking-with-proptypes
|
77 |
| - title: Typechecking With PropTypes |
| 77 | + title: Checagem de tipos (Typechecking) com PropTypes |
78 | 78 | - id: uncontrolled-components
|
79 |
| - title: Uncontrolled Components |
| 79 | + title: Componentes não controlados |
80 | 80 | - id: web-components
|
81 |
| - title: Web Components |
| 81 | + title: Componentes Web |
82 | 82 | - title: API Reference
|
83 | 83 | items:
|
84 | 84 | - id: react-api
|
|
91 | 91 | - id: react-dom-server
|
92 | 92 | title: ReactDOMServer
|
93 | 93 | - id: dom-elements
|
94 |
| - title: DOM Elements |
| 94 | + title: Elementos do DOM |
95 | 95 | - id: events
|
96 | 96 | title: SyntheticEvent
|
97 | 97 | - id: test-utils
|
98 |
| - title: Test Utilities |
| 98 | + title: Utilitários de Teste |
99 | 99 | - id: shallow-renderer
|
100 |
| - title: Shallow Renderer |
| 100 | + title: Renderização superficial (Shallow Renderer) |
101 | 101 | - id: test-renderer
|
102 | 102 | title: Test Renderer
|
103 | 103 | - id: javascript-environment-requirements
|
104 |
| - title: JS Environment Requirements |
| 104 | + title: Requisitos de Ambiente JavaScript |
105 | 105 | - id: glossary
|
106 |
| - title: Glossary |
| 106 | + title: Glossário |
107 | 107 | - title: Hooks (New)
|
108 | 108 | isOrdered: true
|
109 | 109 | items:
|
|
116 | 116 | - id: hooks-effect
|
117 | 117 | title: Using the Effect Hook
|
118 | 118 | - id: hooks-rules
|
119 |
| - title: Rules of Hooks |
| 119 | + title: Regras dos Hooks |
120 | 120 | - id: hooks-custom
|
121 | 121 | title: Criando seus próprios Hooks
|
122 | 122 | - id: hooks-reference
|
123 |
| - title: Hooks API Reference |
| 123 | + title: Referência da API dos Hooks |
124 | 124 | - id: hooks-faq
|
125 | 125 | title: Hooks FAQ
|
126 | 126 | - title: Contributing
|
|
132 | 132 | - id: implementation-notes
|
133 | 133 | title: Implementation Notes
|
134 | 134 | - id: design-principles
|
135 |
| - title: Design Principles |
| 135 | + title: Princípios de Design |
136 | 136 | - title: FAQ
|
137 | 137 | items:
|
138 | 138 | - id: faq-ajax
|
139 | 139 | title: AJAX and APIs
|
140 | 140 | - id: faq-build
|
141 |
| - title: Babel, JSX, and Build Steps |
| 141 | + title: Babel, JSX e Etapas de Build |
142 | 142 | - id: faq-functions
|
143 |
| - title: Passing Functions to Components |
| 143 | + title: Passando Funções para Componentes |
144 | 144 | - id: faq-state
|
145 | 145 | title: State dos Componentes
|
146 | 146 | - id: faq-styling
|
147 | 147 | title: Estilização e CSS
|
148 | 148 | - id: faq-structure
|
149 |
| - title: File Structure |
| 149 | + title: Estrutura de arquivos |
150 | 150 | - id: faq-versioning
|
151 | 151 | title: Versioning Policy
|
152 | 152 | - id: faq-internals
|
|
0 commit comments