apollo

Mocking GraphQL requests using the React Apollo library

Mock GraphQL requests using the React Apollo library, which offers tools that can be integrated into React components.
Hassan Djirdeh
5 min read

Why use Next.js with Apollo

Spend less time worrying about implementing data fetching logic and focus on building your app by using the Apollo Client with Next.js.
Coner Murphy
13 min read

GraphQL local state management with Apollo

Set up a GraphQL API in Node.js and use Apollo Client to manage state data locally in a frontend app with smooth integration.
Kingsley Ubah
7 min read

Intro to Apollo Server 3 and Apollo Sandbox

Learn about the latest features in Apollo Server 3 and how to implement a simple application and test it using Apollo Sandbox.
Ikeh Akinyemi
4 min read

Creating a scalable GraphQL API with MySQL, Node.js, and…

Have a MySQL database? Learn how to create a usable, scalable GraphQL API using Apollo and Node that you can customize however you want.
Dirk Wolthuis
10 min read

Build a GraphQL + React app with TypeScript

Build a fully functioning React app using the SpaceX GraphQL API with TypeScript. This tutorial will walk you through each step.
Trey Huffine
11 min read

Why I (finally) switched to urql from Apollo Client

I've finally switched to urql, and it really does make a great alternative to Apollo Client. If you're curious why, read more here.
Alec Brunelle
5 min read

Data retrieval in GraphQL with react-apollo

In this article, we will explore how to use the GraphQL query language with react-apollo to efficiently and seamlessly retrieve data from a server....
Belinda Ijeoma
4 min read

What’s new in Apollo Client 3

Apollo Client 3 offers several new features, including package rearrange changes and more caching features.
John Au-Yeung
3 min read

Comparing hooks libraries for GraphQL

React class components require you to maintain lots of abstractions. React Hooks maintain the logic as a function, eliminating the need to encapsulate it.
Ganesh Mani
10 min read

JWT authentication with Apollo Server 2: tips and tricks

This article teaches you to use JWT authentication to perform one of the most efficient and scalable methods for user authentication.
Gbolahan Olagunju
5 min read

GraphQL fragments explained

Does your query have repetitive fields in multiple areas? Consolidate them into a reusable unit called a fragment.
Adhithi Ravichandran
2 min read