Skip to content

Commit 2326756

Browse files
committed
docs: translate missing parts
1 parent e68e4ba commit 2326756

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/content/learn/creating-a-react-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ Jika Anda ingin membuat aplikasi baru atau situs web baru dengan menggunakan Rea
88

99
</Intro>
1010

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).
1212

1313
## *Framework full-stack* {/*full-stack-frameworks*/}
1414

15-
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.
1616

1717
<Note>
1818

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*/}
2020

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.
2222

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.
2424

2525
</Note>
2626

src/content/learn/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Setup
33
---
44
<Intro>
55

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.
77

88
</Intro>
99

0 commit comments

Comments
 (0)