|
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: Menambahkan React pada Sebuah Situs |
7 | 7 | - id: create-a-new-react-app
|
8 |
| - title: Create a New React App |
| 8 | + title: Membuat Sebuah Aplikasi React Baru |
9 | 9 | - id: cdn-links
|
10 |
| - title: CDN Links |
| 10 | + title: Tautan CDN |
11 | 11 | - id: release-channels
|
12 | 12 | title: Release Channels
|
13 | 13 | - title: Main Concepts
|
|
16 | 16 | - id: hello-world
|
17 | 17 | title: Hello World
|
18 | 18 | - id: introducing-jsx
|
19 |
| - title: Introducing JSX |
| 19 | + title: Memperkenalkan JSX |
20 | 20 | - id: rendering-elements
|
21 |
| - title: Rendering Elements |
| 21 | + title: Me-render Elements |
22 | 22 | - id: components-and-props
|
23 |
| - title: Components and Props |
| 23 | + title: Komponen dan Props |
24 | 24 | - id: state-and-lifecycle
|
25 |
| - title: State and Lifecycle |
| 25 | + title: State dan Lifecycle |
26 | 26 | - id: handling-events
|
27 |
| - title: Handling Events |
| 27 | + title: Penanganan Events |
28 | 28 | - id: conditional-rendering
|
29 |
| - title: Conditional Rendering |
| 29 | + title: Render Bersyarat |
30 | 30 | - id: lists-and-keys
|
31 |
| - title: Lists and Keys |
| 31 | + title: Lists dan Keys |
32 | 32 | - id: forms
|
33 |
| - title: Forms |
| 33 | + title: Form |
34 | 34 | - id: lifting-state-up
|
35 |
| - title: Lifting State Up |
| 35 | + title: Memindahkan State ke Atas |
36 | 36 | - id: composition-vs-inheritance
|
37 |
| - title: Composition vs Inheritance |
| 37 | + title: Komposisi vs Pewarisan |
38 | 38 | - id: thinking-in-react
|
39 |
| - title: Thinking In React |
| 39 | + title: Cara Berpikir Dengan React |
40 | 40 | - title: Advanced Guides
|
41 | 41 | items:
|
42 | 42 | - id: accessibility
|
43 |
| - title: Accessibility |
| 43 | + title: Aksesibilitas |
44 | 44 | - id: code-splitting
|
45 | 45 | title: Code-Splitting
|
46 | 46 | - id: context
|
|
54 | 54 | - id: higher-order-components
|
55 | 55 | title: Higher-Order Components
|
56 | 56 | - id: integrating-with-other-libraries
|
57 |
| - title: Integrating with Other Libraries |
| 57 | + title: Integrasi dengan Library Lain |
58 | 58 | - id: jsx-in-depth
|
59 | 59 | title: JSX In Depth
|
60 | 60 | - id: optimizing-performance
|
61 |
| - title: Optimizing Performance |
| 61 | + title: Mengoptimalkan Performa |
62 | 62 | - id: portals
|
63 | 63 | title: Portals
|
64 | 64 | - id: profiler
|
65 | 65 | title: Profiler
|
66 | 66 | - id: react-without-es6
|
67 |
| - title: React Without ES6 |
| 67 | + title: React Tanpa ES6 |
68 | 68 | - id: react-without-jsx
|
69 |
| - title: React Without JSX |
| 69 | + title: React Tanpa JSX |
70 | 70 | - id: reconciliation
|
71 |
| - title: Reconciliation |
| 71 | + title: Rekonsiliasi |
72 | 72 | - id: refs-and-the-dom
|
73 |
| - title: Refs and the DOM |
| 73 | + title: Ref dan DOM |
74 | 74 | - id: render-props
|
75 | 75 | title: Render Props
|
76 | 76 | - id: static-type-checking
|
77 |
| - title: Static Type Checking |
| 77 | + title: Pengecekan Static Type |
78 | 78 | - id: strict-mode
|
79 |
| - title: Strict Mode |
| 79 | + title: Mode Ketat (Strict Mode) |
80 | 80 | - id: typechecking-with-proptypes
|
81 |
| - title: Typechecking With PropTypes |
| 81 | + title: Pengecekan Type Dengan PropTypes |
82 | 82 | - id: uncontrolled-components
|
83 | 83 | title: Uncontrolled Components
|
84 | 84 | - id: web-components
|
|
95 | 95 | - id: react-dom-server
|
96 | 96 | title: ReactDOMServer
|
97 | 97 | - id: dom-elements
|
98 |
| - title: DOM Elements |
| 98 | + title: Elemen-elemen DOM |
99 | 99 | - id: events
|
100 | 100 | title: SyntheticEvent
|
101 | 101 | - id: test-utils
|
102 |
| - title: Test Utilities |
| 102 | + title: Utilitas Tes |
103 | 103 | - id: test-renderer
|
104 | 104 | title: Test Renderer
|
105 | 105 | - id: javascript-environment-requirements
|
106 |
| - title: JS Environment Requirements |
| 106 | + title: Kebutuhan Lingkungan JavaScript |
107 | 107 | - id: glossary
|
108 | 108 | title: Glossary
|
109 | 109 | - title: Hooks
|
|
112 | 112 | - id: hooks-intro
|
113 | 113 | title: Introducing Hooks
|
114 | 114 | - id: hooks-overview
|
115 |
| - title: Hooks at a Glance |
| 115 | + title: Sekilas tentang Hooks |
116 | 116 | - id: hooks-state
|
117 |
| - title: Using the State Hook |
| 117 | + title: Menggunakan State Hook |
118 | 118 | - id: hooks-effect
|
119 | 119 | title: Using the Effect Hook
|
120 | 120 | - id: hooks-rules
|
121 | 121 | title: Rules of Hooks
|
122 | 122 | - id: hooks-custom
|
123 | 123 | title: Building Your Own Hooks
|
124 | 124 | - id: hooks-reference
|
125 |
| - title: Hooks API Reference |
| 125 | + title: Referensi API Hooks |
126 | 126 | - id: hooks-faq
|
127 | 127 | title: Hooks FAQ
|
128 | 128 | - title: Testing
|
|
137 | 137 | isOrdered: true
|
138 | 138 | items:
|
139 | 139 | - id: concurrent-mode-intro
|
140 |
| - title: Introducing Concurrent Mode |
| 140 | + title: Memperkenalkan Mode Concurrent |
141 | 141 | - id: concurrent-mode-suspense
|
142 | 142 | title: Suspense for Data Fetching
|
143 | 143 | - id: concurrent-mode-patterns
|
|
0 commit comments