From a8f9590d804860eb89f18449dd0877a599a194bd Mon Sep 17 00:00:00 2001 From: imed jaberi Date: Mon, 22 Jul 2019 01:58:42 +0200 Subject: [PATCH 1/3] done translate data-fetching.md to ar .. --- content/community/tools-data-fetching.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/community/tools-data-fetching.md b/content/community/tools-data-fetching.md index 39b3d8f48..bd02fd468 100644 --- a/content/community/tools-data-fetching.md +++ b/content/community/tools-data-fetching.md @@ -1,12 +1,12 @@ --- id: data-fetching -title: Data Fetching +title: جلب البيانات layout: community permalink: community/data-fetching.html --- -* **[Apollo](https://www.apollographql.com/docs/react/):** Easy to set up and use GraphQL client. -* **[Axios](https://github.com/mzabriskie/axios):** Promise based HTTP client for the browser and node.js. -* **[Relay Modern](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - A JavaScript framework for building data-driven React applications. -* **[Request](https://github.com/request/request):** Simplified HTTP request client. -* **[Superagent](https://visionmedia.github.io/superagent/):** A lightweight "isomorphic" library for AJAX requests. +* **[Apollo](https://www.apollographql.com/docs/react/):** سهل الإعداد واستخدام عميل GraphQL. +* **[Axios](https://github.com/mzabriskie/axios):** عميل HTTP يستند إلى الوعد ( Promise ) للمتصفح و نود جي إس. +* **[Relay](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - إطار جافا سكريبت لإنشاء تطبيقات React المبنية على البيانات. +* **[Request](https://github.com/request/request):** عميل طلبات HTTP مبسط. +* **[Superagent](https://visionmedia.github.io/superagent/):** مكتبة خفيفة "متجانسة" لطلبات AJAX. From c731c66b20c5713a85f17d14a5fa940ec1f02234 Mon Sep 17 00:00:00 2001 From: imed jaberi <43971542+3imed-jaberi@users.noreply.github.com> Date: Mon, 22 Jul 2019 13:18:52 +0100 Subject: [PATCH 2/3] add some key word for SEO - ligne 9 Co-Authored-By: Fortas Abdeldjalil --- content/community/tools-data-fetching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/tools-data-fetching.md b/content/community/tools-data-fetching.md index bd02fd468..efa89401c 100644 --- a/content/community/tools-data-fetching.md +++ b/content/community/tools-data-fetching.md @@ -6,7 +6,7 @@ permalink: community/data-fetching.html --- * **[Apollo](https://www.apollographql.com/docs/react/):** سهل الإعداد واستخدام عميل GraphQL. -* **[Axios](https://github.com/mzabriskie/axios):** عميل HTTP يستند إلى الوعد ( Promise ) للمتصفح و نود جي إس. +* **[Axios](https://github.com/mzabriskie/axios):** عميل HTTP يستند إلى الوعد ( Promise ) للمتصفح و نود جي إس (Node.js). * **[Relay](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - إطار جافا سكريبت لإنشاء تطبيقات React المبنية على البيانات. * **[Request](https://github.com/request/request):** عميل طلبات HTTP مبسط. * **[Superagent](https://visionmedia.github.io/superagent/):** مكتبة خفيفة "متجانسة" لطلبات AJAX. From 3ba762f5c181e4771e395afe4b2d38171a5bf9bb Mon Sep 17 00:00:00 2001 From: imed jaberi <43971542+3imed-jaberi@users.noreply.github.com> Date: Mon, 22 Jul 2019 13:20:09 +0100 Subject: [PATCH 3/3] fix a typo - line 10 Co-Authored-By: Fortas Abdeldjalil --- content/community/tools-data-fetching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/tools-data-fetching.md b/content/community/tools-data-fetching.md index efa89401c..f4ec559bf 100644 --- a/content/community/tools-data-fetching.md +++ b/content/community/tools-data-fetching.md @@ -7,6 +7,6 @@ permalink: community/data-fetching.html * **[Apollo](https://www.apollographql.com/docs/react/):** سهل الإعداد واستخدام عميل GraphQL. * **[Axios](https://github.com/mzabriskie/axios):** عميل HTTP يستند إلى الوعد ( Promise ) للمتصفح و نود جي إس (Node.js). -* **[Relay](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - إطار جافا سكريبت لإنشاء تطبيقات React المبنية على البيانات. +* **[Relay](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - إطار عمل جافا سكريبت لإنشاء تطبيقات React المبنية على البيانات. * **[Request](https://github.com/request/request):** عميل طلبات HTTP مبسط. * **[Superagent](https://visionmedia.github.io/superagent/):** مكتبة خفيفة "متجانسة" لطلبات AJAX.