mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-04-29 04:15:37 +08:00
Modify Introduction
This commit is contained in:
committed by
Peggy Rayzis
parent
91d293ee42
commit
805a48ac65
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user