10.1.2 • Published 3 years ago

relay-compiler-noinvariant v10.1.2

Weekly downloads
17
License
MIT
Repository
github
Last release
3 years ago

IMPORTANT

This fork is for a custom build of relay-compiler which I created out of my own need when compiling GraphQL queries which contain nested arguments as they result in errors while otherwise being perfectly valid. I discovered that it's safe to remove the invariant calls and by reading Github discussions from Facebook it's clear to me that they have no intention of changing their implementation (https://github.com/facebook/relay/pull/1708). As I wanted to be able to write GraphQL queries using nested arguments I ended up creating a custom build of relay-compiler.

Relay · GitHub license npm version

Relay is a JavaScript framework for building data-driven React applications.

  • Declarative: Never again communicate with your data store using an imperative API. Simply declare your data requirements using GraphQL and let Relay figure out how and when to fetch your data.
  • Colocation: Queries live next to the views that rely on them, so you can easily reason about your app. Relay aggregates queries into efficient network requests to fetch only what you need.
  • Mutations: Relay lets you mutate data on the client and server using GraphQL mutations, and offers automatic data consistency, optimistic updates, and error handling.

See how to use Relay in your own project.

Example

The relay-examples repository contains an implementation of TodoMVC. To try it out:

git clone https://github.com/relayjs/relay-examples.git
cd relay-examples/todo
yarn
yarn build
yarn start

Then, just point your browser at http://localhost:3000.

Contribute

We actively welcome pull requests, learn how to contribute.

Users

We have a community-maintained list of people and projects using Relay in production.

License

Relay is MIT licensed.