From 3b159c0bd018ffc97ca2e4eabf059b1ccca53fa7 Mon Sep 17 00:00:00 2001 From: Gasim Gasimzada Date: Fri, 13 Sep 2019 16:13:18 +0400 Subject: [PATCH 1/5] Create a New React App --- content/docs/create-a-new-react-app.md | 36 +++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index ec1c273b4..3c815e38f 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,32 +8,32 @@ 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-dən 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ə komponenlə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. +* Production üçü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 **başlamaq üçün konfiqurasiya tələb etmir**. -## You Might Not Need a Toolchain {#you-might-not-need-a-toolchain} +## Size 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 `