Modify Introduction

This commit is contained in:
unicodeveloper
2018-10-18 10:13:57 +01:00
committed by Peggy Rayzis
parent 91d293ee42
commit 805a48ac65

View File

@@ -3,7 +3,7 @@ title: "5. Connect your API to a client"
description: Connect your graph API to a React frontend
---
The next step after building your graph API is to present and manage the data on a client. In this section, you'll learn how to build a UI that consumes our graph API's data with Apollo.
The next step after building your graph API is to fetch the data from the API and present on a client. In this section, you'll learn how to build a React UI that consumes our graph API's data with Apollo.
<h2 id="dev-environment">Set up your development environment</h2>