Tag: apollo

Mocking GraphQL Requests Using The React Apollo Library

Mocking GraphQL requests using the React Apollo library

Dev

Mock GraphQL requests using the React Apollo library, which offers tools that can be integrated into React components.

Hassan Djirdeh
Jan 26, 2023 ⋅ 5 min read
Why Use Next.js With Apollo

Why use Next.js with Apollo

Dev

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
Feb 7, 2022 ⋅ 13 min read
GraphQL Local State Management With Apollo

GraphQL local state management with Apollo

Dev

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
Feb 4, 2022 ⋅ 7 min read

Intro to Apollo Server 3 and Apollo Sandbox

Dev

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

Ikeh Akinyemi
Sep 27, 2021 ⋅ 4 min read

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

Dev

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
Aug 16, 2021 ⋅ 10 min read
Build a GraphQL and React App with TypeScript

Build a GraphQL + React app with TypeScript

Dev

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

Trey Huffine
Jul 29, 2021 ⋅ 11 min read
Urql Logo

Why I (finally) switched to urql from Apollo Client

Dev

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
May 17, 2021 ⋅ 5 min read
Data retrieval in GraphQL with React Apollo

Data retrieval in GraphQL with react-apollo

Dev

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
Dec 25, 2020 ⋅ 4 min read
What's New In Apollo Client 3

What’s new in Apollo Client 3

Dev

Apollo Client 3 offers several new features, including package rearrange changes and more caching features.

John Au-Yeung
Aug 21, 2020 ⋅ 3 min read
Comparing hooks libraries for GraphQL

Comparing hooks libraries for GraphQL

Dev

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
Mar 24, 2020 ⋅ 10 min read
JWT authentication

JWT authentication with Apollo Server 2: tips and tricks

Dev

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

Gbolahan Olagunju
Nov 1, 2019 ⋅ 5 min read

GraphQL fragments explained

Dev

Does your query have repetitive fields in multiple areas? Consolidate them into a reusable unit called a fragment.

Adhithi Ravichandran
Oct 10, 2019 ⋅ 2 min read