diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index ec1c273b4..2528c1267 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -1,6 +1,6 @@ --- id: create-a-new-react-app -title: Create a New React App +title: Membuat Sebuah Aplikasi React Baru permalink: docs/create-a-new-react-app.html redirect_from: - "docs/add-react-to-a-new-app.html" @@ -8,38 +8,39 @@ prev: add-react-to-a-website.html next: cdn-links.html --- -Use an integrated toolchain for the best user and developer experience. +Gunakan *toolchains* yang terintegrasi untuk pengalaman pengguna dan pengembangan terbaik. -This page describes a few popular React toolchains which help with tasks like: +Halaman ini menjelaskan beberapa *toolchains* yang bisa membantu menyelesaikan tugas seperti: -* Scaling to many files and components. -* Using third-party libraries from npm. -* Detecting common mistakes early. -* Live-editing CSS and JS in development. -* Optimizing the output for production. +* Penskalaan ke banyak *file* dan komponen. +* Penggunaan *library* pihak ketiga dari npm. +* Mendeteksi kesalahan umum lebih awal. +* Pengeditan CSS dan JS secara langsung dalam tahap pengembangan. +* Mengoptimalkan keluaran untuk tahap produksi. -The toolchains recommended on this page **don't require configuration to get started**. +*Toolchains* yang direkomendasikan pada halaman ini **tidak membutuhkan konfigurasi untuk memulai**. -## You Might Not Need a Toolchain {#you-might-not-need-a-toolchain} +## Anda Mungkin Tidak Butuh Toolchains{#you-might-not-need-a-toolchain} -If you don't experience the problems described above or don't feel comfortable using JavaScript tools yet, consider [adding React as a plain `