apollo

Mocking GraphQL Requests Using The React Apollo Library

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

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...
Coner Murphy
13 min read
GraphQL Local State Management With Apollo

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...
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...
Ikeh Akinyemi
4 min read

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

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

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
Urql Logo

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...
Alec Brunelle
5 min read
Data retrieval in GraphQL with React Apollo

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...
Belinda Ijeoma
4 min read
What's New In Apollo Client 3

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

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...
Ganesh Mani
10 min read
JWT authentication

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