Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Add links, tips, and picks for GraphQL show #21
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed May 18, 2016
1 parent dc5bda3 commit 0752f5a
Showing 1 changed file with 22 additions and 67 deletions.
89 changes: 22 additions & 67 deletions episodes/2016-05-18/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,30 @@ export default {
name: 'Lee Byron',
twitter: 'leeb',
links: [
],
tips: [
`[Awesome GraphQL](https://github.com/chentsulin/awesome-graphql)`,
`[Lokka](https://github.com/kadirahq/lokka)`,
],
picks: [
`[Suspension, a novel](http://readsuspension.com/)`,
],
},
{
name: 'Steven Luscher',
twitter: 'steveluscher',
links: [
`Zero to GraphQL on GitHub (https://github.com/steveluscher/zero-to-graphql)`,
`Zero to GraphQL Video (https://www.youtube.com/watch?v=UBGzsb2UkeY)`,
`Wrapping a REST API in GraphQL blog post (http://graphql.org/blog/rest-api-graphql-wrapper/)`,
`[Charles](https://www.charlesproxy.com/)`,
`[Apollo](https://github.com/apollostack/apollo)`,
`[postgraphql](https://github.com/calebmer/postgraphql)`,
],
tips: [
`When you arrive at an n-way stop at the same time as one or more vehicles, who should go first? Take your right hand, and point it to the right of you. If you’re pointing at nobody, it’s your turn to go!`,
],
picks: [
`Music: [Spirits – The Strumbellas](https://www.youtube.com/watch?v=F9kXstb9FF4)`,
`Book: [The Lost Chord – Conrad Amenta](http://www.lulu.com/shop/conrad-amenta/the-lost-chord/paperback/product-21449175.html)`,
],
},
],
Expand All @@ -33,81 +43,26 @@ export default {
links: [
],
tips: [
`Colocate **AMAR (as much as reasonable)**`,
],
picks: [
`[LGTM](https://lgtm.co)`,
`[Code Cartoons](https://code-cartoons.com) - [A cartoon guide to Facebook’s Relay](https://code-cartoons.com/a-cartoon-intro-to-facebook-s-relay-part-1-3ec1a127bca5)`,
`[Aphrodite](https://npmjs.com/package/aphrodite) - CSS in JS done right`,
],
},
panelists: [
{
twitter: 'dan_abramov',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'drboolean',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'getify',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'kwuchu',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'linclark',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'mzabriskie',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'pamasaur',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'tylermcginnis33',
links: [
],
tips: [
`[Colocate selectors with reducers](https://github.com/reactjs/redux/blob/eeaa4cf7711f5c5ea9789ad90bd5e8fee1f0e62e/examples/shopping-cart/reducers/index.js#L10-L37)`,
],
picks: [
`[Reason](http://facebook.github.io/reason/)`,
`[React Tiny Renderer](https://github.com/iamdustan/tiny-react-renderer)`,
`[Learn Redux](https://learnredux.com/)`,
`[Mark Erikson’s link collections](https://github.com/markerikson)`,
`[Apollo Client](http://docs.apollostack.com/apollo-client/)`,
],
},
],
Expand Down

0 comments on commit 0752f5a

Please sign in to comment.