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 install
ornpm install
yarn start
ornpm start
- Go to
localhost:3000
in 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-app
with 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
/components
folder. - All code regarding setting up the app goes down in
index.js
andApp.js
.
For part 1 of this demo, go here.