From e9dbe308336437b3eb63cec34ad5630607bc9839 Mon Sep 17 00:00:00 2001 From: Omarito Date: Fri, 29 Mar 2019 22:53:24 -0700 Subject: [PATCH 1/4] translated --- content/community/tools-data-fetching.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/community/tools-data-fetching.md b/content/community/tools-data-fetching.md index 39b3d8f48..0e9df01c3 100644 --- a/content/community/tools-data-fetching.md +++ b/content/community/tools-data-fetching.md @@ -5,8 +5,8 @@ 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/):** Fácil de configurar y usar cliente GraphQL. +* **[Axios](https://github.com/mzabriskie/axios):** Cliente Http basado en promesas para el bavegador y Node.JS +* **[Relay Modern](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - Un marco de JavaScript para crear aplicaciones React basadas en datos. +* **[Request](https://github.com/request/request):** Cliente de solicitud HTTP simplificado. +* **[Superagent](https://visionmedia.github.io/superagent/):** Una biblioteca "isomórfica" ligera para solicitudes AJAX. From 31aa7af0bf141618c93e0a42dd7b0f397377bde8 Mon Sep 17 00:00:00 2001 From: Omarito Date: Sat, 30 Mar 2019 00:51:54 -0700 Subject: [PATCH 2/4] changed navegador --- 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 0e9df01c3..79659b268 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/):** Fácil de configurar y usar cliente GraphQL. -* **[Axios](https://github.com/mzabriskie/axios):** Cliente Http basado en promesas para el bavegador y Node.JS +* **[Axios](https://github.com/mzabriskie/axios):** Cliente Http basado en promesas para el navegador y Node.JS * **[Relay Modern](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - Un marco de JavaScript para crear aplicaciones React basadas en datos. * **[Request](https://github.com/request/request):** Cliente de solicitud HTTP simplificado. * **[Superagent](https://visionmedia.github.io/superagent/):** Una biblioteca "isomórfica" ligera para solicitudes AJAX. From 30da20b963487b8ece1ce6d88ffee9ef04cc5b99 Mon Sep 17 00:00:00 2001 From: Omarito Date: Sat, 30 Mar 2019 01:10:22 -0700 Subject: [PATCH 3/4] new titles --- content/community/tools-data-fetching.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/community/tools-data-fetching.md b/content/community/tools-data-fetching.md index 79659b268..89fe8f013 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: Obtención de Datos layout: community permalink: community/data-fetching.html --- -* **[Apollo](https://www.apollographql.com/docs/react/):** Fácil de configurar y usar cliente GraphQL. -* **[Axios](https://github.com/mzabriskie/axios):** Cliente Http basado en promesas para el navegador y Node.JS -* **[Relay Modern](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - Un marco de JavaScript para crear aplicaciones React basadas en datos. +* **[Apollo](https://www.apollographql.com/docs/react/):** Cliente de GraphQL fácil de usar y configurar. +* **[Axios](https://github.com/mzabriskie/axios):** Cliente HTTP basado en promesas para el navegador y Node.JS +* **[Relay Modern](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - Un Framework de JavaScript para crear aplicaciones React basadas en datos. * **[Request](https://github.com/request/request):** Cliente de solicitud HTTP simplificado. * **[Superagent](https://visionmedia.github.io/superagent/):** Una biblioteca "isomórfica" ligera para solicitudes AJAX. From 75650f18193982783a076b833ccc41ed2e2dcd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rainer=20Mart=C3=ADnez=20Fraga?= Date: Sat, 30 Mar 2019 09:47:18 -0700 Subject: [PATCH 4/4] Apply suggestions from code review All stuff solved Co-Authored-By: OmaritoAtPoly <44213559+OmaritoAtPoly@users.noreply.github.com> --- content/community/tools-data-fetching.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/community/tools-data-fetching.md b/content/community/tools-data-fetching.md index 89fe8f013..1ae894f5e 100644 --- a/content/community/tools-data-fetching.md +++ b/content/community/tools-data-fetching.md @@ -1,12 +1,12 @@ --- id: data-fetching -title: Obtención de Datos +title: Obtención de datos layout: community permalink: community/data-fetching.html --- * **[Apollo](https://www.apollographql.com/docs/react/):** Cliente de GraphQL fácil de usar y configurar. -* **[Axios](https://github.com/mzabriskie/axios):** Cliente HTTP basado en promesas para el navegador y Node.JS -* **[Relay Modern](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - Un Framework de JavaScript para crear aplicaciones React basadas en datos. -* **[Request](https://github.com/request/request):** Cliente de solicitud HTTP simplificado. +* **[Axios](https://github.com/mzabriskie/axios):** Cliente HTTP basado en promesas para el navegador y Node.js +* **[Relay Modern](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** - Un framework de JavaScript para crear aplicaciones en React basadas en datos. +* **[Request](https://github.com/request/request):** Cliente simplificado de solicitudes HTTP. * **[Superagent](https://visionmedia.github.io/superagent/):** Una biblioteca "isomórfica" ligera para solicitudes AJAX.