JSPM

react-relay

0.7.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 177971
  • Score
    100M100P100Q157193F
  • License BSD-3-Clause

A framework for building data-driven React applications.

Package Exports

  • react-relay
  • react-relay/lib/GraphQLQueryRunner
  • react-relay/lib/GraphQLRange
  • react-relay/lib/GraphQLStoreQueryResolver
  • react-relay/lib/RelayContext
  • react-relay/lib/RelayDefaultNetworkLayer
  • react-relay/lib/RelayFragmentPointer
  • react-relay/lib/RelayFragmentReference
  • react-relay/lib/RelayMetaRoute
  • react-relay/lib/RelayMutation
  • react-relay/lib/RelayMutationRequest
  • react-relay/lib/RelayNetworkLayer
  • react-relay/lib/RelayPendingQueryTracker
  • react-relay/lib/RelayPropTypes
  • react-relay/lib/RelayPublic
  • react-relay/lib/RelayQL
  • react-relay/lib/RelayQuery
  • react-relay/lib/RelayQueryRequest
  • react-relay/lib/RelayRenderer
  • react-relay/lib/RelayStore
  • react-relay/lib/RelayStoreData
  • react-relay/lib/checkRelayQueryData
  • react-relay/lib/flattenSplitRelayQueries
  • react-relay/lib/fromGraphQL
  • react-relay/lib/printRelayQuery
  • react-relay/lib/splitDeferredRelayQueries
  • react-relay/lib/toGraphQL

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-relay) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Relay Build Status 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.

Learn how to use Relay in your own project.

Example

The repository comes with an implementation of TodoMVC. To try it out:

git clone https://github.com/facebook/relay.git
cd relay/examples/todo && npm install
npm 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 BSD licensed. We also provide an additional patent grant.