Skip to content

Commit 131b4d3

Browse files
author
Rick
committed
Add Relay tutorials and tools
1 parent 7c8d062 commit 131b4d3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A collection of awesome React tools, resources, videos and shiny things.
1313
- [JSX](#jsx)
1414
- [Flux Tutorials](#flux-tutorials)
1515
- [React Native](#react-native)
16+
- [Relay](#relay-tutorials)
1617
- [Building Robust Web Apps with React](#building-robust-web-apps-with-react)
1718
- [Comprehensive Guide to Building Apps with React](#comprehensive-guide-to-building-apps-with-react)
1819
- [Scotch.io React tutorials series](#scotchio-react-tutorials-series)
@@ -36,6 +37,7 @@ A collection of awesome React tools, resources, videos and shiny things.
3637
- [Tools](#tools)
3738
- [Flux](#flux)
3839
- [Mobile](#mobile)
40+
- [Relay](#relay)
3941
- [Boilerplates](#boilerplates)
4042
- [Components](#components)
4143
- [Libraries](#libraries)
@@ -197,6 +199,13 @@ A collection of awesome React tools, resources, videos and shiny things.
197199
* [Introducing React Native: Building Apps with JavaScript](http://www.raywenderlich.com/99473/introducing-react-native-building-apps-javascript)
198200
* [React Native Has Landed](http://moduscreate.com/react-native-has-landed/)
199201

202+
##### Relay
203+
* [Introducing Relay and GraphQL](https://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html)
204+
* [Building The Facebook News Feed With Relay](https://facebook.github.io/react/blog/2015/03/19/building-the-facebook-news-feed-with-relay.html)
205+
* [React Native & Relay: Bringing Modern Web Techniques to Mobile (f8 2015)](https://www.youtube.com/watch?v=X6YbAKiLCLU)
206+
* [Unofficial Relay FAQ](https://gist.github.com/wincent/598fa75e22bdfa44cf47?)
207+
* [The Changelog #149: React.js, React Native, Flux, Relay, and GraphQL with Facebook](https://thechangelog.com/149/)
208+
200209
##### Building robust web apps with React
201210
* [Building robust web apps with React: Part 1](http://maketea.co.uk/2014/03/05/building-robust-web-apps-with-react-part-1.html)
202211
* [Building robust web apps with React: Part 2](http://maketea.co.uk/2014/04/07/building-robust-web-apps-with-react-part-2.html)
@@ -369,6 +378,15 @@ A collection of awesome React tools, resources, videos and shiny things.
369378
* [componentkit - A React-inspired view framework for iOS](https://github.com/facebook/componentkit)
370379
* [Reapp - A UI-kit with widgets and CLI to build mobile web apps](http://reapp.io)
371380

381+
##### Relay
382+
* [react-relay - A framework for building data-driven React applications (officially by Facebook)](https://www.npmjs.com/package/react-relay)
383+
* [react-transmit - Relay-inspired library based on Promises](https://github.com/RickWong/react-transmit)
384+
* [graphqlite - An experimental implementation of Facebook's GraphQL](https://github.com/madjam002/graphqlite)
385+
* [graphqljs - GraphQL parser written in JavaScript](https://github.com/cobbweb/graphqljs)
386+
* [GraphNoQL - Facebook's GraphQL backend implemented with Node+Mongo](https://github.com/lutherism/GraphNoQL)
387+
* [GraphpostgresQL - GraphQL for Postgres](https://github.com/solidsnack/GraphpostgresQL)
388+
* [graphql-ruby - Ruby implementation of Facebook's GraphQL](https://github.com/rmosolgo/graphql-ruby)
389+
372390
#### Boilerplates
373391
* [React Starterify - application skeleton using Browserify and other awesome tools](https://github.com/Granze/react-starterify)
374392
* [react-starter-kit - a skeleton for an isomorphic web application](https://github.com/kriasoft/react-starter-kit)

0 commit comments

Comments
 (0)