Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 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.
@@ -33,7 +33,8 @@
- Getting Started with Relay (https://auth0.com/blog/2015/10/06/getting-started-with-relay/) - One of the few detailed walk throughs of hand-on Relay.
- Relay 101: Building A Hacker News Client (https://medium.com/@clayallsopp/relay-101-building-a-hacker-news-client-bb8b2bdc76e6#.1i64q1pf9) - A complete workable example.
 - Relay 102: Mutations (https://medium.com/@clayallsopp/relay-102-mutations-d8b471a4730e#.i9vuv3vxl) - A follow up to "Relay 101" concentrating on mutations.
- 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).
- 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).
- A Beginner's Guide to Relay Mutations (http://blog.pathgather.com/blog/a-beginners-guide-to-relay-mutations) - Mutations in depth.
- Learn Relay (https://learnrelay.org/) - Shows you how to make a Pokemon-themed CRUD app, providing a personal, cloud-based GraphQL backend so you can focus on the client-side code. 
@@ -41,13 +42,15 @@
- React Data Fetching with Relay (http://www.sitepoint.com/react-data-fetching-with-relay/) - Clear conceptual overview of Relay's moving parts and magic.
- Joseph Savona - Relay: An Application Framework For React (https://www.youtube.com/watch?v=IrgHurBjQbg) - Conceptual overview of Relay from the Facebook team.
- 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.
- 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.
- 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.
- 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.
 - Part 1: Saying what data you need with GraphQL (https://code-cartoons.com/a-cartoon-intro-to-facebook-s-relay-part-1-3ec1a127bca5)
 - Part 2: Fetching data from the server (https://code-cartoons.com/a-cartoon-intro-to-facebook-s-relay-part-2-d4a2435aee59)
@@ -63,7 +66,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.
@@ -81,8 +84,8 @@
- 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.
@@ -100,7 +103,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.
@@ -115,13 +118,14 @@
- 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.
- 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.
- 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.