Getting Started with Relay Modern, React & GraphQL (Full Tutorial) HD
**Note**: This tutorial is slightly outdated. The React/Relay part is still accurate, however, when it comes to creating the server with the Graphcool CLI you now have a different workflow. Instead of `graphcool init --schema schema.graphql` you now need to run the folllowing commands: # 1, Bootstrap file structure for new Graphcool service in new directory called `server` graphcool init server # 2. Deploy the service cd server graphcool deploy The data model needs to be adjusted in types.graphql inside the server directory. --- More info: 1. Graphcool Framework announcement: https://blog.graph.cool/introducing-the-graphcool-framework-d9edab2a7816 2. React/Relay Quickstart: https://www.graph.cool/docs/quickstart/frontend/react/relay-sot2faez6a --- Learn how to get started with React, GraphQL & Relay Modern in this Fullstack Tutorial. Written Tutorial: https://blog.graph.cool/getting-started-with-relay-modern-46f8de6bd6ec Final Code: https://github.com/graphcool-examples/react-graphql/tree/master/quickstart-with-relay-modern For a GraphQL deep dive, visit https://www.howtographql.com