Top "Relayjs" questions

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

What is the difference between Falcor and GraphQL?

GraphQL consists of a type system, query language and execution semantics, static validation, and type introspection, each outlined below. To …

graphql relayjs falcor
React Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `App`

I'm getting that error, but I'm defining a key. Here's my App.js that it's complaining about. import React from …

reactjs ecmascript-6 relayjs
Relay vs Redux vs Apollo with GraphQL and React-Native

I have to start a new (web + native) project (mid-size app) from scratch. Due to the plethora of JS frameworks …

reactjs react-native redux graphql relayjs
Difference between : Redux and Relay

I have read number of articles/docs based on redux and relay but still I am confused how this two …

reactjs redux relayjs
Generate schema.json with GraphiQL or GraphQL endpoint

I'm having issues creating a schema.json file that can be parsed with babel-relay-plugin without running into an error. Taking …

reactjs graphql relayjs graphql-js
What is the meaning of viewer field in GraphQL?

What is the purpose of root query field viewer in GraphQL? Based on this article, viewer could be used to …

graphql relayjs
How would you do file uploads in a React-Relay app?

A file upload seems like a mutation. It's often accompanied by other data. But it's a big binary blob, so …

javascript reactjs graphql relayjs