update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,7 +1,7 @@
 Awesome Relay !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Relay !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
Awesome resources for Relay (https://github.com/facebook/relay), based on the Awesome (https://github.com/sindresorhus/awesome/) project
 Table of Contents
 Table of Contents
- Learning Resources (#learning-resources)
 - Documentation (#documentation)
 - FAQs (#faqs)
@@ -22,7 +22,7 @@
 - Scala (#scala)
- Testing (#testing)
 Learning Resources
 Learning Resources
Documentation
- Official Docs (https://facebook.github.io/relay/docs/getting-started.html#content) - Official Relay documentation.
@@ -43,8 +43,7 @@
- F8 2015 - React Native & Relay: Bringing Modern Web Techniques to Mobile (https://www.youtube.com/watch?v=X6YbAKiLCLU) - Overview of Relay, some about the philosophy.
- Relay - Daniel Dembach - Hamburg React.js Meetup (https://www.youtube.com/watch?v=dvWTxy1eY6s) - A good general overview of Relay, some discussion of alternatives. Common questions are covered in Q&A at the end.
- Facebook Relay talk - Lunch and Learn session (https://www.youtube.com/watch?v=sP3n-nht0Xo) - Walkthrough of building a simple app, and demonstration of GraphiQL (https://github.com/graphql/graphiql).
- React with Relay and GraphQL with Andrew Smith (https://www.youtube.com/watch?v=Cfna8gwt9h8) - High level overview of Relay and GraphQL, with some useful discussion from the audience. Some discussion of other front-end frameworks, as 
well.
- React with Relay and GraphQL with Andrew Smith (https://www.youtube.com/watch?v=Cfna8gwt9h8) - High level overview of Relay and GraphQL, with some useful discussion from the audience. Some discussion of other front-end frameworks, as well.
- Relay for Visual Learners (http://sgwilym.github.io/relay-visual-learners/) - Very clear set of diagrams laying out how the different parts of Relay relate to each other.
- Relay: Seamless Syncing For React (http://www.slideshare.net/BrooklynZelenka/relay-seamless-syncing-for-react-vanjs) - An overview of what Relay is, and some discussion of experience using it in production.
- Cartoon Intro to Facebook's Relay - An overview of how Relay works, complete with illustrations.
@@ -62,7 +61,7 @@
Lists of Lists
- Relay and GraphQL Introduction Materials (https://quip.com/oLxzA1gTsJsE)
 Ecosystem
 Ecosystem
Libraries & Packages
- graphql-relay-js (https://github.com/graphql/graphql-relay-js) - Simplifies creating a JS GraphQL server for react-relay.
- Babel Relay Plugin (https://www.npmjs.com/package/babel-relay-plugin) - Use Relay the latest ES6+ syntax.
@@ -80,8 +79,7 @@
- sequelize-relay (https://github.com/MattMcFarland/sequelize-relay) - Make Relay compatible with sequelize (https://github.com/sequelize/sequelize).
- relay-mongodb-connection (https://github.com/mikberg/relay-mongodb-connection) - Create Relay connections from MongoDB cursors.
- relay-composite-network-layer (https://github.com/eyston/relay-composite-network-layer) - Compose your Relay Network Layer of many different Network Layers each with their own schema.
- react-relay-network-layer (https://github.com/nodkz/react-relay-network-layer) - A Network Layer that adds support for query-batching and middlewares. It additionally provides some useful middlewares such as for auth, for logging, 
etc.
- react-relay-network-layer (https://github.com/nodkz/react-relay-network-layer) - A Network Layer that adds support for query-batching and middlewares. It additionally provides some useful middlewares such as for auth, for logging, etc.
Tooling
- GraphiQL (https://github.com/graphql/graphiql) - A library to introspect GraphQL, test queries and mutations.
@@ -99,7 +97,7 @@
- Relay on Rails Starter Kit (https://github.com/nethsix/relay-on-rails) - A barebones starter kit for Relay application on Rails server. Just clone and tweak!
- Relay Fullstack (https://github.com/lvarayut/relay-fullstack) - Relay Starter Kit integrated with Relay, Express, Webpack, Babel, Material Design Lite, and PostCSS.
 Relay-Specific Server Support
 Relay-Specific Server Support
Go
- Go Relay (https://github.com/graphql-go/relay) - A Go/Golang library to help construct a graphql-go server supporting react-relay.
- todomvc-relay-go (https://github.com/sogko/todomvc-relay-go) - React/Relay TodoMVC app, driven by a Golang GraphQL backend.
@@ -114,13 +112,15 @@
- graphql-relay-ruby (https://github.com/rmosolgo/graphql-relay-ruby) - Relay helpers for GraphQL & Ruby.
Rails
- GraphQL and Relay on Rails—First relay powered react component (https://medium.com/@gauravtiwari/graphql-and-relay-on-rails-first-relay-powered-react-component-cb3f9ee95eca#.c88zcoftn) - Full walk through of a simple Relay setup, 
including clonable code.
- GraphQL and Relay on Rails—First relay powered react component (https://medium.com/@gauravtiwari/graphql-and-relay-on-rails-first-relay-powered-react-component-cb3f9ee95eca#.c88zcoftn) - Full walk through of a simple Relay setup, including 
clonable code.
- Relay/GraphQL On Rails (https://medium.com/@khor/relay-facebook-on-rails-8b4af2057152#.5hjih9wms) - A brief example of Relay with Rails, complete with several diagrams to aid in comprehension.
- Relay on Rails Starter Kit (https://github.com/nethsix/relay-on-rails) - A barebones starter kit for Relay application on Rails server. Just clone and tweak!
Scala
- sangria-relay (https://github.com/sangria-graphql/sangria-relay) - Relay support for Sangria (http://sangria-graphql.org).
 Testing
 Testing
- Writing Simple Unit Tests with Relay (https://medium.com/@mikaelberg/writing-simple-unit-tests-with-relay-707f19e90129) - An early first look at testing Relay. 
relay Github: https://github.com/expede/awesome-relay