Skip to content

Instantly share code, notes, and snippets.

@jcdavison
Last active March 20, 2018 18:58
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcdavison/872b2f001b4468554b21652388559793 to your computer and use it in GitHub Desktop.
Save jcdavison/872b2f001b4468554b21652388559793 to your computer and use it in GitHub Desktop.
Learn to use Rails with React - Relay - Graphql

Join me as I conduct a live tutorial walk through of how to use Facebook's GraphQl/Relay tools to conduct high performance client side cache management in the context of a Ruby on Rails server, React client side stuff(z) and a declarative, non-RESTful, api.

We will be using a live application, source code and tutorials that I've written.

Live Application Site

Source Code

Tutorial Links

Format

  • Overview of how GraphQL / Relay create a client side “data graph” that can be directly manipulated including discussion of nodes & edges.
  • Walkthrough of the major parts of the codebase that are not well communicated in other tutorials.
  • Group pair programming where the crowd drives and I code and we attempt to implement “edit FoodTruck” or “edit Order” functionality. It’s like mob programming but crazier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment