Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate Data Fetching #220

Merged
merged 4 commits into from
Mar 30, 2019
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions content/community/tools-data-fetching.md
Original file line number Diff line number Diff line change
@@ -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/):** 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/):** 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.