3 Guides

apollo

How to Manage API Calls in React Applications?

React is the most popular front-end JavaScript library. This guide will describe the different ways you can use to manage API calls in your React applications.

How to consume GraphQL APIs in React using Apollo

Today, more and more applications are using GraphQL APIs. If you are using React, you can choose from multiple ways to consume a GraphQL API, and Apollo is one of them.

4 Ways to Fetch Data from a GraphQL API in React

GraphQL APIs are a tad bit different from other types like REST in implementation. Let's go through four ways we can use GraphQL APIs in React.