relay.md

July 15, 2021 · View on GitHub

Bookmarks tagged [relay]

www.codever.land/bookmarks/t/relay

Understanding pagination: REST, GraphQL, and Relay - Apollo Blog

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...

official Relay Getting Started

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/_


relay-codemod - Codemod scripts based for on jsodeshift to update Relay APIs

https://github.com/facebook/jscodeshift

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


graphql-relay-js

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

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


sequelize-relay

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

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


babel-relay-plugin

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

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


react-router-relay

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

Relay integration for React Router.


relay-local-schema

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

Use Relay without a GraphQL server.


relay-sink

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

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


recompose-relay

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

Recompose helpers for Relay.


Graylay

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

A GraysQL extension to create a Relay compatible Schema.


react-relay-network-layer

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).


relay-subscriptions

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

Subscription support for Relay.


Portfolio Relay Example

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!


awesome-relay

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

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


Relay Homepage

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

A JavaScript framework for building data-driven React applications