Skip to content

Instantly share code, notes, and snippets.

@fson
Created October 18, 2015 20:08
Show Gist options
  • Save fson/c06e3523e9c0ce128050 to your computer and use it in GitHub Desktop.
Save fson/c06e3523e9c0ce128050 to your computer and use it in GitHub Desktop.
Rapid prototyping with Relay (Reactive 2015 lightning talk proposal)

This is a proposal for a lightning talk at the Reactive 2015 conference.

NOTE: If you like this, star ⭐ the Gist - the amount of stars decides whether it makes the cut!

Rapid prototyping with Relay

Relay makes data fetching in React apps simpler, by letting you declare the data needs of your components instead of writing complex imperative code. React, Relay, GraphQL and the other complementary tools are changing how apps are built.

To make it easy to start without first writing your own GraphQL server, we built a GraphQL service that you can deploy to the cloud with a single command. In this talk I'm going to show how using these new tools you can get started with your app in just 5 minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment