Latest Frontend posts

January 11, 2022

Getting Started with Vue Apollo

Introduction Vue is a modern JavaScript framework for building single-page applications. Apollo Client is a fully-fledged GraphQL client and state management library. Using Vue Apollo, we can combine them to substantially improve the developer experience involved in building complex UIs. In this article, we’ll learn how to get started building with Vue, GraphQL, and Apollo […]

December 14, 2021

Why Apollo Client is an important tool in your GraphQL stack

This is a guest post by Rares Matei, senior engineer at Nrwl.io. He created a course on Apollo Client called Manage State in React Apps with Apollo Client and GraphQL. The course is free to take up until December 17th, 2021. Intro Apollo Client has a unique position in our front-end apps: like a proxy […]

April 22, 2021

Testing Apollo Client Applications

Testing is likely one of the most important (yet challenging) aspects of developing high-quality software that can safely withstand change. Tests give you confidence that your code works and will continue to work — even as you add new features over time. This article will discuss three different approaches to testing Apollo Client applications: unit, […]

Read more

April 1, 2021

TypeScript GraphQL Code Generator – Generate GraphQL Types with Apollo Codegen Tutorial

by Khalil Stemmler

Recent posts

May 26, 2023

Apollo Changelog: May 26, 2023

by Dylan Anthony

Company