diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index ec1c273b4..24d623d08 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: Yeni React Applikasiyası Yarat permalink: docs/create-a-new-react-app.html redirect_from: - "docs/add-react-to-a-new-app.html" @@ -8,38 +8,38 @@ prev: add-react-to-a-website.html next: cdn-links.html --- -Use an integrated toolchain for the best user and developer experience. +Ən yaxşı istifadəçi və developer təcrübəsi üçün inteqrasiya olunmuş toolchain istifadə edin. -This page describes a few popular React toolchains which help with tasks like: +Bu səhifə, göstərilən məsələləri həll etməyə kömək edən React toolchain-lərindən danışır: -* 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. +* Çoxlu fayllara və komponentlərə böyümə. +* NPM-dən kitabxanaların işlədilməsi. +* Çox yaranan səhvlərin erkən tapılması. +* Development-də CSS və JS-in canlı redaktə edilməsi. +* Produksiya üçün nəticənin optimallaşdırılması. -The toolchains recommended on this page **don't require configuration to get started**. +Bu səhifədə tövsiyyə olunan toolchain-lər **heç bir konfiqurasiya tələb etmir**. -## You Might Not Need a Toolchain {#you-might-not-need-a-toolchain} +## Sizə Toolchain Lazım Olmaya Bilər {#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 `