Courses & TutorialsProgramming

Awesome React Relay – Massive Collection of Resources

Spread the love

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.
  • 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-Specific Server Support

Go

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

JavaScript

Python

  • graphql-relay-py – A library to help construct a graphql-py server supporting react-relay.

Ruby

Rails

Scala

Testing

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button