Hi there! Let's learn some more about React and GraphQL. If you want to follow along, do the following:
- Check out this Apollo Launchpad. We will use this as our server to pull data.
- Clone this repository
yarn installornpm installyarn startornpm start- Go to
localhost:3000in your browser - Follow along or forge your own path :)
To follow along with my slides, check out this Dropbox Paper.
- This is effectively
create-react-appwith a little clean up, some styles, and some packages to make getting up and running with GraphQL easier. - All code regarding making queries and rendering stuff goes down in the
/componentsfolder. - All code regarding setting up the app goes down in
index.jsandApp.js.
For part 1 of this demo, go here.