Files
react.dev/content/community/tools-data-fetching.md
Michał Gołębiowski-Owczarek 06a8850b2f HTTPS-ify lots of URLs, update some to their newer homes (#1157)
This matters for user security.

I didn't touch blog posts & pages related to past conferences.

The `content/docs` could be HTTPS-ified as well but it contains lots of HTTP
links so maybe that'd be best done in a separate PR.
2018-10-05 14:39:12 -07:00

671 B

id, title, layout, permalink
id title layout permalink
data-fetching Data Fetching community community/data-fetching.html
  • Apollo: Easy to set up and use GraphQL client.
  • Axios: Promise based HTTP client for the browser and node.js.
  • Relay Modern - A JavaScript framework for building data-driven React applications.
  • Request: Simplified HTTP request client.
  • Superagent: A lightweight "isomorphic" library for AJAX requests.