Skip to content

Commit b335952

Browse files
author
Eric Elliott
committed
Update README.md
1 parent 20f30c2 commit b335952

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,22 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
157157
* [Introducing React](https://www.youtube.com/watch?v=XxVg_s8xAms)
158158
* [JSX Looks Like an Abomination but it's Good for You](https://medium.com/javascript-scene/jsx-looks-like-an-abomination-1c1ec351a918) My take on JSX
159159
* [Immutable Data and React](https://www.youtube.com/watch?v=I7IdS-PbEgI&list=PLb0IAmt7-GS1cbw4qonlQztYV1TAW0sCr) by [Lee Byron](https://twitter.com/leeb)
160-
* [Data Fetching for React](https://www.youtube.com/watch?v=9sc8Pyc51uU) Relay & GraphQL Described
161-
* [Introducing Relay and GraphQL](https://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html)
162-
* [Building the Facebook Newsfeed with Relay](https://facebook.github.io/react/blog/2015/03/19/building-the-facebook-news-feed-with-relay.html)
163-
* [Relay FAQ](https://gist.github.com/wincent/598fa75e22bdfa44cf47)
164160
* [react-engine](https://github.com/paypal/react-engine) PayPal's isomorphic React view engine for Express or Kraken
165161
* [Radium](http://projects.formidablelabs.com/radium/) Simplify inline styles
166162
* [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react)
167163
* [React Hot Loader](https://gaearon.github.io/react-hot-loader/) for Webpack
168164
* [livereactload](https://github.com/milankinen/livereactload) for Browserify
169165

166+
## Relay & GraphQL
167+
168+
* [Data Fetching for React](https://www.youtube.com/watch?v=9sc8Pyc51uU) Relay & GraphQL Described
169+
* [Introducing Relay and GraphQL](https://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html)
170+
* [Building the Facebook Newsfeed with Relay](https://facebook.github.io/react/blog/2015/03/19/building-the-facebook-news-feed-with-relay.html)
171+
* [Relay FAQ](https://gist.github.com/wincent/598fa75e22bdfa44cf47)
172+
* [GraphQL Specification](https://github.com/facebook/graphql)
173+
* [GraphQL Reference Implementation](https://github.com/graphql/graphql-js)
174+
* [graphql-server](https://github.com/RisingStack/graphql-server) A GraphQL server implementation with Mongo / Mongoose
175+
170176

171177
## Web Components
172178

0 commit comments

Comments
 (0)