You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
34
34
## Required Viewing
35
35
*[Classical Inheritance is Obsolete: How to Think in Prototypal OO](https://vimeo.com/69255635) by [Eric Elliott](https://twitter.com/_ericelliott)
36
36
*[Asynchronous Programming at Netflix](https://www.youtube.com/watch?v=gawmdhCNy-A)[Jafar Husain](https://twitter.com/jhusain)
37
+
*[What is Reactive Programming?](https://www.youtube.com/watch?v=dwP1TNXE6fc)[Jafar Husain](https://twitter.com/jhusain) explains reactive programming
37
38
*[David Nolen: Immutability: Putting The Dream Machine To Work](https://www.youtube.com/watch?v=SiFwRtCnxv4)[David Nolen](https://twitter.com/swannodette)
38
-
*[Immutable Data and React](https://www.youtube.com/watch?v=I7IdS-PbEgI&list=PLb0IAmt7-GS1cbw4qonlQztYV1TAW0sCr) by [Lee Byron](https://twitter.com/leeb)
39
39
*[Delivering the Goods](https://www.youtube.com/watch?v=R8W_6xWphtw) Paul Irish on one of the most important but overlooked topics in the development world today - page load times.
40
40
*[Simplicity Matters](https://www.youtube.com/watch?v=rI8tNMsozo0) A later version of the influential talk, "Simple Made Easy" by [Rich Hickey](https://twitter.com/richhickey)
41
41
@@ -126,6 +126,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
126
126
*[EventSource browser Polyfill](https://github.com/Yaffle/EventSource/) Required client-side patching to support Server Sent Events.
127
127
*[jQuery](http://jquery.com/) Yes, [I still use jQuery](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o/edit#) and so do 61% of the top 100,000 websites - for good reason.
128
128
*[Blaze](http://meteor.github.io/blaze/) DOM-diffing isomorphic reactive templates from Meteor.
129
+
*[React](https://github.com/facebook/react) What do Facebook, Instagram, Netflix and PayPal have in common? React.
129
130
*[Lodash-FP](https://github.com/lodash/lodash-fp) Like Underscore, but much faster, and featuring a more expressive API.
130
131
*[RxJS](https://github.com/Reactive-Extensions/RxJS) Reactive extensions for JavaScript. [What's reactive?](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4)
131
132
*[Page.js](https://github.com/visionmedia/page.js) Tiny client-side router, inspired by Express.
@@ -141,6 +142,16 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
141
142
*[inquirer.js](https://github.com/SBoudrias/Inquirer.js) Great library for building CLI tools.
*[Immutable Data and React](https://www.youtube.com/watch?v=I7IdS-PbEgI&list=PLb0IAmt7-GS1cbw4qonlQztYV1TAW0sCr) by [Lee Byron](https://twitter.com/leeb)
149
+
*[Data Fetching for React](https://www.youtube.com/watch?v=9sc8Pyc51uU) Relay & GraphQL Described
150
+
*[Introducing Relay and GraphQL](https://facebook.github.io/react/blog/2015/02/20/introducing-relay-and-graphql.html)
151
+
*[Building the Facebook Newsfeed with Relay](https://facebook.github.io/react/blog/2015/03/19/building-the-facebook-news-feed-with-relay.html)
0 commit comments