Upgrade to Pro — share decks privately, control downloads, hide ads and more …

React + Relay + GraphQL is the Future

React + Relay + GraphQL is the Future

Keith Pitt

November 26, 2015
Tweet

More Decks by Keith Pitt

Other Decks in Programming

Transcript

  1. Just the UI Lots of people use React as the

    V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.
  2. +

  3. Things I skipped: Webpack + Rails Mutations Security + Authorisation

    Routes Subscriptions ES6,7,8,9,10,xx Probably more…
  4. CURL -X POST \ -H "Authorization: Bearer xxx" \ https://graphql.buildkite.com/v1

    \ -d '{ "query": "query AwesomeQuery { viewer { user { name } } }" }'