Awesome Relay 
Awesome resources for Relay, based on the Awesome project
Table of Contents
- Documentation
- FAQs
- Tutorials
- Overviews
- Example Implementations
- Lists of Lists
- Libraries & Packages
- Tooling
- Starter Kits
- Go
- JavaScript
- Python
- Ruby
- Scala
Awesome resources for Relay, based on the Awesome project
Official Relay documentation.
Common questions answered! Relay resources are scarce at the moment, so this is very helpful if you get stuck.
One of the few detailed walk throughs of hand-on Relay.
A complete workable example.
Walkthrough of building a simple app, and demonstration of [GraphiQL](https://github.com/graphql/graphiql).
Mutations in depth.
Shows you how to make a Pokemon-themed CRUD app, providing a personal, cloud-based GraphQL backend so you can focus on the client-side code.
Clear conceptual overview of Relay's moving parts and magic.
Conceptual overview of Relay from the Facebook team.
Overview of Relay, some about the philosophy.
A good general overview of Relay, some discussion of alternatives. Common questions are covered in Q&A at the end.
Walkthrough of building a simple app, and demonstration of [GraphiQL](https://github.com/graphql/graphiql).
High level overview of Relay and GraphQL, with some useful discussion from the audience. Some discussion of other front-end frameworks, as well.
Very clear set of diagrams laying out how the different parts of Relay relate to each other.
An overview of what Relay is, and some discussion of experience using it in production.
The classic TODO example app, written with Relay.
Relay with routing and pagination.
"TODO" app with [`koa-graphql`](https://github.com/chentsulin/koa-graphql) and `relay`.
Relay TodoMVC app, driven by a Golang GraphQL backend.
Simplifies creating a JS GraphQL server for `react-relay`.
Use Relay the latest ES6+ syntax.
`react-router` bindings for Relay. Greatly simplifies many local state UI uses cases.
Simply syntax for Relay containers with ES7 decorators (`@` syntax)
Ease composition of Relay containers by currying and providing the component after the container.
Use a local schema; no need for a remote GraphQL server.
Use Relay with React Native.
Use Relay to fetch and store data outside of a React component.
Convert [Flow](http://flowtype.org) types into Relay fragments.
Make Relay compatible with [`sequelize`](https://github.com/sequelize/sequelize).
Create Relay connections from MongoDB cursors.
Compose your Relay Network Layer of many different Network Layers each with their own schema.
A Network Layer that adds support for query-batching and middlewares. It additionally provides some useful middlewares such as for auth, for logging, etc.
react-router-relay, and the problems that it solves.
relay-nested-routes - Generate nested routes that reflect nested data. Helpful for managing deep data.isomorphic-relay-router - Server side rendering support for react-router-relay.A library to introspect GraphQL, test queries and mutations.
Use a local schema; no need for a remote GraphQL server.
Use Relay the latest ES6+ syntax.
Relay project skeleton.
An app that it already set up with a basic setup. Just clone and tweak to suit your needs!
Boilerplate and tooling for building data APIs with Node.js, GraphQL and Relay
A Browserify version of the [Relay Starter Kit](https://github.com/relayjs/relay-starter-kit).
A barebones starter kit for Relay application on Rails server. Just clone and tweak!
Relay Starter Kit integrated with Relay, Express, Webpack, Babel, Material Design Lite, and PostCSS.
Boilerplate + examples for React Native (iOS, Android), React (isomorphic, Material-UI), Relay, GraphQL, JWT, Node.js, Apache Cassandra.
A Go/Golang library to help construct a graphql-go server supporting react-relay.
React/Relay TodoMVC app, driven by a Golang GraphQL backend.
Simplifies creating a JS GraphQL server for `react-relay`.
A library to help construct a `graphql-py` server supporting `react-relay`.
Relay helpers for GraphQL & Ruby.
Full walk through of a simple Relay setup, including clonable code.
A brief example of Relay with Rails, complete with several diagrams to aid in comprehension.
A barebones starter kit for Relay application on Rails server. Just clone and tweak!
Relay support for [Sangria](http://sangria-graphql.org).
An early first look at testing Relay.