@@ -13,6 +13,7 @@ A collection of awesome React tools, resources, videos and shiny things.
13
13
- [ JSX] ( #jsx )
14
14
- [ Flux Tutorials] ( #flux-tutorials )
15
15
- [ React Native] ( #react-native )
16
+ - [ Relay] ( #relay-tutorials )
16
17
- [ Building Robust Web Apps with React] ( #building-robust-web-apps-with-react )
17
18
- [ Comprehensive Guide to Building Apps with React] ( #comprehensive-guide-to-building-apps-with-react )
18
19
- [ Scotch.io React tutorials series] ( #scotchio-react-tutorials-series )
@@ -36,6 +37,7 @@ A collection of awesome React tools, resources, videos and shiny things.
36
37
- [ Tools] ( #tools )
37
38
- [ Flux] ( #flux )
38
39
- [ Mobile] ( #mobile )
40
+ - [ Relay] ( #relay )
39
41
- [ Boilerplates] ( #boilerplates )
40
42
- [ Components] ( #components )
41
43
- [ Libraries] ( #libraries )
@@ -197,6 +199,13 @@ A collection of awesome React tools, resources, videos and shiny things.
197
199
* [ Introducing React Native: Building Apps with JavaScript] ( http://www.raywenderlich.com/99473/introducing-react-native-building-apps-javascript )
198
200
* [ React Native Has Landed] ( http://moduscreate.com/react-native-has-landed/ )
199
201
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
+
200
209
##### Building robust web apps with React
201
210
* [ Building robust web apps with React: Part 1] ( http://maketea.co.uk/2014/03/05/building-robust-web-apps-with-react-part-1.html )
202
211
* [ 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.
369
378
* [ componentkit - A React-inspired view framework for iOS] ( https://github.com/facebook/componentkit )
370
379
* [ Reapp - A UI-kit with widgets and CLI to build mobile web apps] ( http://reapp.io )
371
380
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
+
372
390
#### Boilerplates
373
391
* [ React Starterify - application skeleton using Browserify and other awesome tools] ( https://github.com/Granze/react-starterify )
374
392
* [ react-starter-kit - a skeleton for an isomorphic web application] ( https://github.com/kriasoft/react-starter-kit )
0 commit comments