Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 324
Tradução da navbar de algumas paginas que já estão na produção#131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -3,9 +3,9 @@ | ||
| - id: getting-started | ||
| title: Getting Started | ||
| - id: add-react-to-a-website | ||
| title: Add React to a Website | ||
| title: Adicione o React a um site | ||
| - id: create-a-new-react-app | ||
| title: Create a New React App | ||
| title: Crie um novo React App | ||
WeslleyNasRocha marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - id: cdn-links | ||
| title: CDN Links | ||
| - title: Main Concepts | ||
| @@ -14,43 +14,43 @@ | ||
| - id: hello-world | ||
| title: Hello World | ||
| - id: introducing-jsx | ||
| title: Introducing JSX | ||
| title: Introduzindo JSX | ||
| - id: rendering-elements | ||
| title: Rendering Elements | ||
| title: Renderizando Elementos | ||
| - id: components-and-props | ||
| title: Components and Props | ||
| title: Componentes e Props | ||
| - id: state-and-lifecycle | ||
| title: State and Lifecycle | ||
| title: State e Ciclo de Vida | ||
WeslleyNasRocha marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - id: handling-events | ||
| title: Handling Events | ||
| title: Manipulando eventos | ||
WeslleyNasRocha marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - id: conditional-rendering | ||
| title: Conditional Rendering | ||
| title: Renderização condicional | ||
WeslleyNasRocha marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - id: lists-and-keys | ||
| title: Listas e Chaves | ||
| - id: forms | ||
| title: Forms | ||
| - id: lifting-state-up | ||
| title: Lifting State Up | ||
| title: Elevando o State | ||
WeslleyNasRocha marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - id: composition-vs-inheritance | ||
| title: Composition vs Inheritance | ||
| - id: thinking-in-react | ||
| title: Thinking In React | ||
| title: Pensando do jeito React | ||
WeslleyNasRocha marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - title: Advanced Guides | ||
| items: | ||
| - id: accessibility | ||
| title: Accessibility | ||
| title: Acessibilidade | ||
| - id: code-splitting | ||
| title: Code-Splitting | ||
| - id: context | ||
| title: Context | ||
| - id: error-boundaries | ||
| title: Error Boundaries | ||
| - id: forwarding-refs | ||
| title: Forwarding Refs | ||
| title: Encaminhamento de Refs | ||
| - id: fragments | ||
| title: Fragments | ||
| title: Fragmentos | ||
| - id: higher-order-components | ||
| title: Higher-Order Components | ||
| title: Componentes de Alta-ordem | ||
| - id: integrating-with-other-libraries | ||
| title: Integrando com outras Bibliotecas | ||
| - id: jsx-in-depth | ||
| @@ -62,23 +62,23 @@ | ||
| - id: react-without-es6 | ||
| title: React Without ES6 | ||
| - id: react-without-jsx | ||
| title: React Without JSX | ||
| title: React sem JSX | ||
| - id: reconciliation | ||
| title: Reconciliation | ||
| title: Reconciliação (Reconciliation) | ||
| - id: refs-and-the-dom | ||
| title: Refs and the DOM | ||
| title: Refs e o DOM | ||
| - id: render-props | ||
| title: Render Props | ||
| - id: static-type-checking | ||
| title: Static Type Checking | ||
| - id: strict-mode | ||
| title: Strict Mode | ||
| title: Modo Estrito (Strict Mode) | ||
| - id: typechecking-with-proptypes | ||
| title: Typechecking With PropTypes | ||
| title: Checagem de tipos (Typechecking) com PropTypes | ||
WeslleyNasRocha marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - id: uncontrolled-components | ||
| title: Uncontrolled Components | ||
| title: Componentes não controlados | ||
WeslleyNasRocha marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - id: web-components | ||
| title: Web Components | ||
| title: Componentes Web | ||
| - title: API Reference | ||
| items: | ||
| - id: react-api | ||
| @@ -91,19 +91,19 @@ | ||
| - id: react-dom-server | ||
| title: ReactDOMServer | ||
| - id: dom-elements | ||
| title: DOM Elements | ||
| title: Elementos do DOM | ||
| - id: events | ||
| title: SyntheticEvent | ||
| - id: test-utils | ||
| title: Test Utilities | ||
| title: Utilitários de Teste | ||
| - id: shallow-renderer | ||
| title: Shallow Renderer | ||
| title: Renderização superficial (Shallow Renderer) | ||
WeslleyNasRocha marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - id: test-renderer | ||
| title: Test Renderer | ||
| - id: javascript-environment-requirements | ||
| title: JS Environment Requirements | ||
| title: Requisitos de Ambiente JavaScript | ||
| - id: glossary | ||
| title: Glossary | ||
| title: Glossário | ||
| - title: Hooks (New) | ||
| isOrdered: true | ||
| items: | ||
| @@ -116,11 +116,11 @@ | ||
| - id: hooks-effect | ||
| title: Using the Effect Hook | ||
| - id: hooks-rules | ||
| title: Rules of Hooks | ||
| title: Regras dos Hooks | ||
| - id: hooks-custom | ||
| title: Criando seus próprios Hooks | ||
| - id: hooks-reference | ||
| title: Hooks API Reference | ||
| title: Referência da API dos Hooks | ||
| - id: hooks-faq | ||
| title: Hooks FAQ | ||
| - title: Contributing | ||
| @@ -132,21 +132,21 @@ | ||
| - id: implementation-notes | ||
| title: Implementation Notes | ||
| - id: design-principles | ||
| title: Design Principles | ||
| title: Princípios de Design | ||
| - title: FAQ | ||
| items: | ||
| - id: faq-ajax | ||
| title: AJAX and APIs | ||
| - id: faq-build | ||
| title: Babel, JSX, and Build Steps | ||
| title: Babel, JSX e Etapas de Build | ||
| - id: faq-functions | ||
| title: Passing Functions to Components | ||
| title: Passando Funções para Componentes | ||
| - id: faq-state | ||
| title: Component State | ||
| - id: faq-styling | ||
| title: Estilização e CSS | ||
| - id: faq-structure | ||
| title: File Structure | ||
| title: Estrutura de arquivos | ||
WeslleyNasRocha marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| - id: faq-versioning | ||
| title: Versioning Policy | ||
| - id: faq-internals | ||
Uh oh!
There was an error while loading. Please reload this page.