Skip to content

Latest commit

 

History

History
123 lines (104 loc) · 7.45 KB

relay.md

File metadata and controls

123 lines (104 loc) · 7.45 KB

Bookmarks tagged [relay]

https://www.apollographql.com/blog/understanding-pagination-rest-graphql-and-relay-b10f835549e7/

In this post, I’ll cover some different approaches to pagination in REST and GraphQL:

  1. Pagination: what is it for?
  2. What are different types of pagination, and when are they useful?
  3. What is it...

https://facebook.github.io/relay/docs/en/introduction-to-relay.html

Relay is a JavaScript framework for building data-driven React applications powered by GraphQL, designed from the ground up to be easy to use, extensible and, most of all, performant. Relay accompl... * **tags**: [reactjs](../tagged/reactjs.md), [relay](../tagged/relay.md), [tutorials](../tagged/tutorials.md) --- #### [Getting Started with Relay](https://auth0.com/blog/2015/10/06/getting-started-with-relay/) _https://auth0.com/blog/2015/10/06/getting-started-with-relay/_


https://github.com/facebook/jscodeshift

A JavaScript codemod toolkit. Contribute to facebook/jscodeshift development by creating an account on GitHub.


https://github.com/graphql/graphql-relay-js

A library to help construct a graphql-js server supporting react-relay.


https://github.com/MattMcFarland/sequelize-relay

Serverside library that connects sequelize and graphql-relay-js together.


https://www.npmjs.com/package/babel-relay-plugin

Babel Relay Plugin for transpiling GraphQL queries for use with Relay.


https://github.com/relay-tools/react-router-relay

Relay integration for React Router.


https://github.com/relay-tools/relay-local-schema

Use Relay without a GraphQL server.


https://github.com/acdlite/relay-sink

Use Relay to fetch and store data outside of a React component.


https://github.com/acdlite/recompose/tree/master/src/packages/recompose-relay

Recompose helpers for Relay.


https://github.com/larsbs/graysql#Graylay

A GraysQL extension to create a Relay compatible Schema.


https://github.com/relay-tools/react-relay-network-layer

A network layer for Relay with query batching and middleware support (urlThunk, retryThunk, auth, defer and other).


https://github.com/relay-tools/relay-subscriptions

Subscription support for Relay.


https://github.com/alex-cory/portfolio

An example website that fetches data from various apis and uses Relay and GraphQL to feed the data to React components!


https://github.com/expede/awesome-relay#readme

Awesome resources for Relay. Contribute to expede/awesome-relay development by creating an account on GitHub.


https://facebook.github.io/relay/

A JavaScript framework for building data-driven React applications