From fc25cab1bdb801814e00179a45a8ea3d2966bde5 Mon Sep 17 00:00:00 2001 From: Mohammed Aljefri Date: Sun, 24 Mar 2019 00:08:28 +0300 Subject: [PATCH 1/3] translation(create-new-react-app): init commit --- content/docs/create-a-new-react-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index e1985e72f..a21a3b70d 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: إنشاء تطبيق React جديد permalink: docs/create-a-new-react-app.html redirect_from: - "docs/add-react-to-a-new-app.html" From 3d5ec6381a080027f5f3f17b674ec8de45abe02c Mon Sep 17 00:00:00 2001 From: Mohammed Aljefri Date: Tue, 2 Apr 2019 23:29:03 +0300 Subject: [PATCH 2/3] create new react app translation --- content/docs/create-a-new-react-app.md | 83 +++++++++++++------------- 1 file changed, 42 insertions(+), 41 deletions(-) diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index a21a3b70d..d7d95252a 100644 --- a/content/docs/create-a-new-react-app.md +++ b/content/docs/create-a-new-react-app.md @@ -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. +استعمل سلسلة الأدوات المدمجة (integrated toolchain) من أجل الحصول على أفضل تجربة استخدام وتطوير. -This page describes a few popular React toolchains which help with tasks like: +تشرح هذه الصفحة بعض سلاسل الأدوات المشهورة في React التي تساعد في مهام مثل: -* 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. +* تغيير حجم العديد من الملفات والمكونات. +* استعمال مكتبات من طرف ثالث من npm. +* الاكتشاف المبكر عن الأخطاء الشائعة. +* التعديل المباشر (Live-editing) على شيفرة CSS و JavaScript في البيئة التطويرية. +* تحسين المخرجات للبيئة الإنتاجية. -The toolchains recommended on this page **don't require configuration to get started**. +لا تتطلب سلسلة الأدوات التي سيوصى باستعمالها في هذه الصفحة أي **ضبط مسبق لبدء استعمالها**. -## You Might Not Need a Toolchain {#you-might-not-need-a-toolchain} +## قد لا ترغب باستعمال سلسلة من الأدوات{#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 `