Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/tutorial/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ This tutorial assumes the following:

* You're familiar with both JavaScript/ES6 and React.
* If you need to brush up on React, we recommend going through the [official React tutorial](https://reactjs.org/tutorial/tutorial.html).
* If you get confused by some of the ES6 syntax used throughout the course you can look them up [here](https://www.javascripttutorial.net/es6/javascript-object-destructuring/). Make sure to at least know about spreading, destructuring, defaulting as well as naming destructured variables.

* You're interested in implementing both a back-end GraphQL API _and_ a front-end client that consumes it. If you're only interested in one or the other, see one of the following:
* [Get started with Apollo Client](https://www.apollographql.com/docs/react/get-started/) (frontend)
Expand Down