diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 09f73ca6a..ae24b2d92 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -112,9 +112,9 @@ - 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 @@ -122,7 +122,7 @@ - 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 @@ -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