-
Notifications
You must be signed in to change notification settings - Fork 264
New Indonesian Translation: Start a New React Project #347
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
Conversation
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
@@ -1,133 +1,131 @@ | |||
--- | |||
title: Start a New React Project | |||
title: Memulai Proyek Baru React |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: Memulai Proyek Baru React | |
title: Memulai Proyek React Baru |
Atau
title: Memulai Proyek Baru React | |
title: Memulai Proyek Baru dengan React |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go with Option 2.
|
||
</Intro> | ||
|
||
<Note> | ||
|
||
**You need to install [Node.js](https://nodejs.org/en/) for local development.** You can *also* choose to use Node.js in production, but you don't have to. Many React frameworks support export to a static HTML/CSS/JS folder. | ||
**Anda wajib memasang [Node.js](https://nodejs.org/en/) untuk dapat melakukan pengembangan di ekosistem lokal.** Anda *juga* dapat menggunakan Node.js pada ekosistem _production_, namun Anda tidak perlu melakukannya. Karena banyak _framework_ React yang mendukung ekspor ke folder HTML/CSS/JS statis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Install pake instal dengan l
satu aja.
**Anda wajib memasang [Node.js](https://nodejs.org/en/) untuk dapat melakukan pengembangan di ekosistem lokal.** Anda *juga* dapat menggunakan Node.js pada ekosistem _production_, namun Anda tidak perlu melakukannya. Karena banyak _framework_ React yang mendukung ekspor ke folder HTML/CSS/JS statis. | |
**Anda wajib menginstal [Node.js](https://nodejs.org/en/) untuk dapat melakukan pengembangan di ekosistem lokal.** Anda *juga* dapat menggunakan Node.js pada ekosistem _production_, namun Anda tidak perlu melakukannya. Karena banyak _framework_ React yang mendukung ekspor ke folder HTML/CSS/JS statis. |
|
||
</Intro> | ||
|
||
<Note> | ||
|
||
**You need to install [Node.js](https://nodejs.org/en/) for local development.** You can *also* choose to use Node.js in production, but you don't have to. Many React frameworks support export to a static HTML/CSS/JS folder. | ||
**Anda wajib memasang [Node.js](https://nodejs.org/en/) untuk dapat melakukan pengembangan di ekosistem lokal.** Anda *juga* dapat menggunakan Node.js pada ekosistem _production_, namun Anda tidak perlu melakukannya. Karena banyak _framework_ React yang mendukung ekspor ke folder HTML/CSS/JS statis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kata miring, pake *
aja, jangan _
, biar seragam.
Sekalian ganti di bawah-bawahnya juga
**Anda wajib memasang [Node.js](https://nodejs.org/en/) untuk dapat melakukan pengembangan di ekosistem lokal.** Anda *juga* dapat menggunakan Node.js pada ekosistem _production_, namun Anda tidak perlu melakukannya. Karena banyak _framework_ React yang mendukung ekspor ke folder HTML/CSS/JS statis. | |
**Anda wajib memasang [Node.js](https://nodejs.org/en/) untuk dapat melakukan pengembangan di ekosistem lokal.** Anda *juga* dapat menggunakan Node.js pada ekosistem *production*, namun Anda tidak harus melakukannya. Karena banyak *framework* React yang mendukung ekspor ke folder HTML/CSS/JS statis. |
|
||
```js | ||
<Suspense fallback={<TalksLoading />}> | ||
<Talks confId={conf.id} /> | ||
</Suspense> | ||
``` | ||
|
||
Server Components and Suspense are React features rather than Next.js features. However, adopting them at the framework level requires buy-in and non-trivial implementation work. At the moment, the Next.js App Router is the most complete implementation. The React team is working with bundler developers to make these features easier to implement in the next generation of frameworks. | ||
_Server Components_ dan _Suspense_ merupakan fitur dari React dan bukanlan fitur Next.js. Namun, menggunakannya pada tingkatan _framework_ membutuhkan implementasi yang serius dan bukanlah sebuah percobaan. Saat ini, _Router_ aplikasi Next.js merupakan implementasi yang paling lengkap dari hal tersebut. Tim React saat ini sedang bekerja sama dengan pengembang _bundler_ untuk membuat fitur ini dapat diimplementasikan pada _framework_ generasi berikutnya. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_Server Components_ dan _Suspense_ merupakan fitur dari React dan bukanlan fitur Next.js. Namun, menggunakannya pada tingkatan _framework_ membutuhkan implementasi yang serius dan bukanlah sebuah percobaan. Saat ini, _Router_ aplikasi Next.js merupakan implementasi yang paling lengkap dari hal tersebut. Tim React saat ini sedang bekerja sama dengan pengembang _bundler_ untuk membuat fitur ini dapat diimplementasikan pada _framework_ generasi berikutnya. | |
_Server Components_ dan _Suspense_ merupakan fitur dari React, bukan fitur Next.js. Namun menggunakannya pada tingkatan _framework_ membutuhkan implementasi yang serius dan bukan hal yang mudah (*non-trivial*). Saat ini, _Router_ aplikasi Next.js merupakan implementasi yang paling lengkap. Tim React saat ini sedang bekerja sama dengan pengembang _bundler_ untuk membuat fitur ini dapat diimplementasikan pada _framework_ generasi berikutnya. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: M Haidar Hanif <[email protected]>
Co-authored-by: M Haidar Hanif <[email protected]>
Co-authored-by: M Haidar Hanif <[email protected]>
Co-authored-by: M Haidar Hanif <[email protected]>
Co-authored-by: M Haidar Hanif <[email protected]>
Co-authored-by: M Haidar Hanif <[email protected]>
Co-authored-by: M Haidar Hanif <[email protected]>
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
1 similar comment
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
3 similar comments
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks much better now. It's ready.
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Co-authored-by: M Haidar Hanif <[email protected]>
Closes #376
Hi @resir014 @r17x sorry this is the PR revision of #344.
For the Start a New React Project page under the Installation chapter.
Also, the suggestions from @r17x have been done