From 94d5c282bcf2b4ba930603fc82a8322b51658cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20O=C4=9Fuz?= Date: Mon, 18 Mar 2019 23:47:55 +0100 Subject: [PATCH 1/4] turkish translation of create react app page --- content/docs/create-a-new-react-app.md | 84 +++++++++++++------------- 1 file changed, 43 insertions(+), 41 deletions(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index e1985e72f..0d866fb10 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 bir React Uygulaması Oluşturun 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. +En iyi kullanıcı ve geliştirici deneyimi için tümleşik araç kullanın. -This page describes a few popular React toolchains which help with tasks like: +Bu sayfa görevlere yardımcı olan bazı popüler araçları anlatı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. +* Birçok dosya ve bileşene ölçeklendirme. +* Npmden üçüncü parti kütüphanelerin kullanımı. +* Yaygın hataların erken farkedilmesi. +* JS ve CSS'in geliştirme anında canlı olarak güncellenmesi. +* Çıktının ürün için optimize edilmesi. -The toolchains recommended on this page **don't require configuration to get started**. +Bu sayfada tavsiye edilen araçlar **başlangıç için ayarlama gerektirmez**. -## You Might Not Need a Toolchain {#you-might-not-need-a-toolchain} +## Bir araca ihtiyacınız olmayabilir {#bir-araca-ihtiyaciniz-olmayabilir} -If you don't experience the problems described above or don't feel comfortable using JavaScript tools yet, consider [adding React as a plain `