diff --git a/content/docs/create-a-new-react-app.md b/content/docs/create-a-new-react-app.md index e1985e72f..bdf534c67 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" @@ -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 `