Latest Apollo Client Next js posts

May 10, 2023

Using Apollo Client with Next.js 13: releasing an official library to support the App Router

Learn about the introduction of @apollo/experimental-nextjs-app-support, an experimental library to simplify the adoption of Apollo Client in Next.js, which makes it easier to use Apollo Client in both Server Components and Client Components.

March 14, 2023

How to use Apollo Client with Next.js 13

We just released an experimental library that makes it easier to use Apollo Client with the App directory in Next.js 13. The most interesting feature is the introduction of React Server Components. To put it simply, Server Components allow you to run data fetching on the server, removing the need for client-side fetches in most […]

March 9, 2021

Getting Started With Apollo Client in Next.js

(Update May 2023) We published a library that makes it easier to use Apollo Client with Next.js 13, this guide still remains valid if you’re using the pages directory. Wait, you want me to put my data where!? Figuring out how to configure Apollo Client with Next.js can be a bit confusing. This confusion stems […]

Read more

November 11, 2020

Building a Next.js App with Apollo Client & Slash GraphQL

by Apoorv Vardhan

Recent posts

January 31, 2024

What’s new in Apollo Client 3.9

by Alessia Bellisario

Company