Skip to content

Translate Community/Tools/Data Fetching page #124

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

Merged
merged 3 commits into from
Apr 2, 2019
Merged
Changes from all 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: Chargement de données
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/)** : client GraphQL facile à configurer et à utiliser.
* **[Axios](https://github.com/mzabriskie/axios)** : client HTTP basé sur les promesses pour le navigateur et Node.js.
* **[Relay Modern](https://facebook.github.io/relay/docs/en/new-in-relay-modern.html)** : un framework JavaScript pour construire des applications React pilotées par les données.
* **[Request](https://github.com/request/request)** : client de requêtes HTTP simplifié.
* **[Superagent](https://visionmedia.github.io/superagent/)** : une bibliothèque légère et isomorphe pour les requêtes AJAX.