Skip to content

Latest commit

 

History

History
782 lines (782 loc) · 16 KB

awesome-relay.md

File metadata and controls

782 lines (782 loc) · 16 KB

Awesome Relay Awesome

Awesome resources for Relay , based on the Awesome project

Table of Contents

Learning Resources

Documentation

FAQs

  • Unofficial Relay FAQ - Common questions answered! Relay resources are scarce at the moment, so this is very helpful if you get stuck.

Tutorials

Overviews

Example Implementations

Lists of Lists

Ecosystem

Libraries & Packages

Tooling

  • GraphiQL - A library to introspect GraphQL, test queries and mutations.
    • GraphiQL App - A standalone app for viewing GraphQL, introspection docs, and testing queries/mutations. Invaluable for debugging your Relay app. ★ 186, pushed 201 days ago
    ★ 1295, pushed 128 days ago
  • relay-local-schema - Use a local schema; no need for a remote GraphQL server.
  • Babel Relay Plugin - Use Relay the latest ES6+ syntax.

Starter Kits

  • Relay Skeleton - Relay project skeleton. ★ 94, pushed 196 days ago
  • Relay Starter Kit - An app that it already set up with a basic setup. Just clone and tweak to suit your needs! ★ 667, pushed 126 days ago
  • Simple Relay Starter - A Browserify version of the Relay Starter Kit . ★ 86, pushed 152 days ago
  • UniversalRelayBoilerplate Boilerplate + examples for React Native (iOS, Android), React (isomorphic, Material-UI), Relay, GraphQL, JWT, Node.js, Apache Cassandra. ★ 12, pushed 124 days ago
  • Relay on Rails Starter Kit - A barebones starter kit for Relay application on Rails server. Just clone and tweak! ★ 19, pushed 311 days ago
  • Relay Fullstack - Relay Starter Kit integrated with Relay, Express, Webpack, Babel, Material Design Lite, and PostCSS. ★ 333, pushed 127 days ago

Relay-Specific Server Support

Go

  • Go Relay - A Go/Golang library to help construct a graphql-go server supporting react-relay. ★ 63, pushed 180 days ago
  • todomvc-relay-go - React/Relay TodoMVC app, driven by a Golang GraphQL backend.

JavaScipt

Python

  • graphql-relay-py - A library to help construct a graphql-py server supporting react-relay . ★ 61, pushed 320 days ago

Ruby

Rails

Scala

Testing