-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All stuff solved Co-Authored-By: OmaritoAtPoly <[email protected]>
- Loading branch information
1 parent
30da20b
commit 75650f1
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |