You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/learn/creating-a-react-app.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,19 @@ Jika Anda ingin membuat aplikasi baru atau situs web baru dengan menggunakan Rea
8
8
9
9
</Intro>
10
10
11
-
If your app has constraints not well-served by existing frameworks, you prefer to build your own framework, or you just want to learn the basics of a React app, you can [build a React app from scratch](/learn/build-a-react-app-from-scratch).
11
+
Jika aplikasi Anda memiliki kendala yang tidak dapat diatasi dengan baik oleh *framework* yang ada, Anda lebih suka membangun *framework* Anda sendiri, atau Anda hanya ingin mempelajari dasar-dasar aplikasi React, Anda dapat [membangun aplikasi React dari awal](/learn/build-a-react-app-from-scratch).
These recommended frameworks support all the features you need to deploy and scale your app in production. They have integrated the latest React features and take advantage of React’s architecture.
15
+
*Framework* yang direkomendasikan ini mendukung semua fitur yang Anda perlukan untuk menyebarkan dan meningkatkan skala aplikasi Anda dalam produksi. *Framework* ini telah mengintegrasikan fitur-fitur React terbaru dan memanfaatkan arsitektur React.
16
16
17
17
<Note>
18
18
19
-
#### Full-stack frameworks do not require a server. {/*react-frameworks-do-not-require-a-server*/}
19
+
#### *Framework full-stack* tidak memerlukan server. {/*react-frameworks-do-not-require-a-server*/}
20
20
21
-
All the frameworks on this page support client-side rendering ([CSR](https://developer.mozilla.org/en-US/docs/Glossary/CSR)), single-page apps ([SPA](https://developer.mozilla.org/en-US/docs/Glossary/SPA)), and static-site generation ([SSG](https://developer.mozilla.org/en-US/docs/Glossary/SSG)). These apps can be deployed to a [CDN](https://developer.mozilla.org/en-US/docs/Glossary/CDN)or static hosting service without a server. Additionally, these frameworks allow you to add server-side rendering on a per-route basis, when it makes sense for your use case.
21
+
Semua *framework* pada halaman ini mendukung rendering sisi klien ([CSR](https://developer.mozilla.org/en-US/docs/Glossary/CSR)), aplikasi *single-page*([SPA](https://developer.mozilla.org/en-US/docs/Glossary/SPA)), dan *static-site generation* ([SSG](https://developer.mozilla.org/en-US/docs/Glossary/SSG)). Aplikasi ini dapat disebarkan ke [CDN](https://developer.mozilla.org/en-US/docs/Glossary/CDN)atau layanan hosting statis tanpa server. Selain itu, *framework* ini memungkinkan Anda untuk menambahkan rendering sisi server pada setiap rute, jika sesuai dengan kasus penggunaan Anda.
22
22
23
-
This allows you to start with a client-only app, and if your needs change later, you can opt-in to using server features on individual routes without rewriting your app. See your framework's documentation for configuring the rendering strategy.
23
+
Hal ini memungkinkan Anda untuk memulai dengan aplikasi khusus klien, dan jika kebutuhan Anda berubah nanti, Anda dapat memilih untuk menggunakan fitur server pada rute individual tanpa menulis ulang aplikasi Anda. Lihat dokumentasi *framework* Anda untuk mengonfigurasi strategi rendering.
Copy file name to clipboardExpand all lines: src/content/learn/setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Setup
3
3
---
4
4
<Intro>
5
5
6
-
React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.
6
+
React terintegrasi dengan berbagai alat seperti editor, TypeScript, ekstensi browser, dan kompiler. Bagian ini akan membantu Anda menyiapkan lingkungan Anda.
0 commit comments