Skip to content

Translate docs/nav.yml #186

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

Merged
merged 1 commit into from
Aug 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions content/docs/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
- id: getting-started
title: Getting Started
- id: add-react-to-a-website
title: Add React to a Website
title: Menambahkan React pada Sebuah Situs
- id: create-a-new-react-app
title: Create a New React App
title: Membuat Sebuah Aplikasi React Baru
- id: cdn-links
title: CDN Links
title: Tautan CDN
- id: release-channels
title: Release Channels
- title: Main Concepts
Expand All @@ -16,31 +16,31 @@
- id: hello-world
title: Hello World
- id: introducing-jsx
title: Introducing JSX
title: Memperkenalkan JSX
- id: rendering-elements
title: Rendering Elements
title: Me-render Elements
- id: components-and-props
title: Components and Props
title: Komponen dan Props
- id: state-and-lifecycle
title: State and Lifecycle
title: State dan Lifecycle
- id: handling-events
title: Handling Events
title: Penanganan Events
- id: conditional-rendering
title: Conditional Rendering
title: Render Bersyarat
- id: lists-and-keys
title: Lists and Keys
title: Lists dan Keys
- id: forms
title: Forms
title: Form
- id: lifting-state-up
title: Lifting State Up
title: Memindahkan State ke Atas
- id: composition-vs-inheritance
title: Composition vs Inheritance
title: Komposisi vs Pewarisan
- id: thinking-in-react
title: Thinking In React
title: Cara Berpikir Dengan React
- title: Advanced Guides
items:
- id: accessibility
title: Accessibility
title: Aksesibilitas
- id: code-splitting
title: Code-Splitting
- id: context
Expand All @@ -54,31 +54,31 @@
- id: higher-order-components
title: Higher-Order Components
- id: integrating-with-other-libraries
title: Integrating with Other Libraries
title: Integrasi dengan Library Lain
- id: jsx-in-depth
title: JSX In Depth
- id: optimizing-performance
title: Optimizing Performance
title: Mengoptimalkan Performa
- id: portals
title: Portals
- id: profiler
title: Profiler
- id: react-without-es6
title: React Without ES6
title: React Tanpa ES6
- id: react-without-jsx
title: React Without JSX
title: React Tanpa JSX
- id: reconciliation
title: Reconciliation
title: Rekonsiliasi
- id: refs-and-the-dom
title: Refs and the DOM
title: Ref dan DOM
- id: render-props
title: Render Props
- id: static-type-checking
title: Static Type Checking
title: Pengecekan Static Type
- id: strict-mode
title: Strict Mode
title: Mode Ketat (Strict Mode)
- id: typechecking-with-proptypes
title: Typechecking With PropTypes
title: Pengecekan Type Dengan PropTypes
- id: uncontrolled-components
title: Uncontrolled Components
- id: web-components
Expand All @@ -95,15 +95,15 @@
- id: react-dom-server
title: ReactDOMServer
- id: dom-elements
title: DOM Elements
title: Elemen-elemen DOM
- id: events
title: SyntheticEvent
- id: test-utils
title: Test Utilities
title: Utilitas Tes
- id: test-renderer
title: Test Renderer
- id: javascript-environment-requirements
title: JS Environment Requirements
title: Kebutuhan Lingkungan JavaScript
- id: glossary
title: Glossary
- title: Hooks
Expand All @@ -112,17 +112,17 @@
- id: hooks-intro
title: Introducing Hooks
- id: hooks-overview
title: Hooks at a Glance
title: Sekilas tentang Hooks
- id: hooks-state
title: Using the State Hook
title: Menggunakan State Hook
- id: hooks-effect
title: Using the Effect Hook
- id: hooks-rules
title: Rules of Hooks
- id: hooks-custom
title: Building Your Own Hooks
- id: hooks-reference
title: Hooks API Reference
title: Referensi API Hooks
- id: hooks-faq
title: Hooks FAQ
- title: Testing
Expand All @@ -137,7 +137,7 @@
isOrdered: true
items:
- id: concurrent-mode-intro
title: Introducing Concurrent Mode
title: Memperkenalkan Mode Concurrent
- id: concurrent-mode-suspense
title: Suspense for Data Fetching
- id: concurrent-mode-patterns
Expand Down