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
+51-49Lines changed: 51 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A curated list by Eric Elliott and friends. Suggest links in the [gist comments]
4
4
5
5
[Help us turn this into a proper website!](https://github.com/ericelliott/essential-javascript-links/issues)
6
6
7
-
This is a very exclusive collection of only must-have JavaScript links. I’m only listing my favorite links. Nothing else makes the cut. Feel free to suggest links if you think they’re good enough to make this list. The really curious should feel free to browse the comments to find other links. I can’t guarantee the quality of links in the comments.
7
+
This is a very exclusive collection of only must-have JavaScript links. I'm only listing my favorite links. Nothing else makes the cut. Feel free to suggest links if you think they're good enough to make this list. The really curious should feel free to browse the comments to find other links. I can't guarantee the quality of links in the comments.
8
8
9
9
## Full Disclosure
10
10
@@ -13,29 +13,29 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
13
13
14
14
## Required Reading (Online resources)
15
15
16
-
*[Learn JavaScript Essentials (for all skill levels)](https://medium.com/javascript-scene/learn-javascript-b631a4af11f2)— One clear path to JavaScript mastery
16
+
*[Learn JavaScript Essentials (for all skill levels)](https://medium.com/javascript-scene/learn-javascript-b631a4af11f2)- One clear path to JavaScript mastery
17
17
*[JavaScript Training Sucks](https://medium.com/javascript-scene/javascript-training-sucks-284b53666245) 99 out of 100 JS developers lack the skills they need to fill hundreds of thousands of jobs. We can change that.
18
18
*[The Two Pillars of JavaScript Part 1: Prototypal OO](https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3)
19
19
*[The Two Pillars of JavaScript Part 2: Functional Programming](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4)
20
20
*[JavaScript Objects](http://davidwalsh.name/javascript-objects) An excellent explanation of inheritance in JavaScript by Kyle Simpson
21
21
*[Isomorphic JavaScript](http://isomorphic.net/)
22
-
*[JavaScript Application Architecture on the Road to 2015](https://medium.com/@addyosmani/javascript-application-architecture-on-the-road-to-2015-d8125811101b)— Addy Osmani
23
-
*[Reactive MVC and the Virtual DOM](http://futurice.com/blog/reactive-mvc-and-the-virtual-dom) Great read, even if you’re not a React user.
22
+
*[JavaScript Application Architecture on the Road to 2015](https://medium.com/@addyosmani/javascript-application-architecture-on-the-road-to-2015-d8125811101b)- Addy Osmani
23
+
*[Reactive MVC and the Virtual DOM](http://futurice.com/blog/reactive-mvc-and-the-virtual-dom) Great read, even if you're not a React user.
24
24
*[Introduction to Reactive Programming](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754)
25
25
*[The General Theory of Reactivity](https://github.com/kriskowal/gtor) What is all this talk about reactive? Functional? Promises? This is the beginning of a reactive programming bible.
26
26
*[ES6 Generators](http://davidwalsh.name/es6-generators) A series of blog posts by Kyle Simpson
27
-
*[Typed JavaScript](http://www.2ality.com/2014/10/typed-javascript.html)— Excellent post about the state of typed JavaScript by Axel Rauschmayer
28
-
*[Taming the Asynchronous Beast with CSP in JavaScript](http://jlongster.com/Taming-the-Asynchronous-Beast-with-CSP-in-JavaScript)— James Long
27
+
*[Typed JavaScript](http://www.2ality.com/2014/10/typed-javascript.html)- Excellent post about the state of typed JavaScript by Axel Rauschmayer
28
+
*[Taming the Asynchronous Beast with CSP in JavaScript](http://jlongster.com/Taming-the-Asynchronous-Beast-with-CSP-in-JavaScript)- James Long
29
29
*[ES6 Modules: The Final Syntax](http://www.2ality.com/2014/09/es6-modules-final.html) by @rauschma #AMDisDead
30
30
31
31
32
32
## Required Viewing
33
-
*[Classical Inheritance is Obsolete: How to Think in Prototypal OO](https://vimeo.com/69255635)— by [Eric Elliott](https://twitter.com/_ericelliott)
34
-
*[Asynchronous Programming at Netflix](https://www.youtube.com/watch?v=gawmdhCNy-A)—[Jafar Husain](https://twitter.com/jhusain)
35
-
*[David Nolen: Immutability: Putting The Dream Machine To Work](https://www.youtube.com/watch?v=SiFwRtCnxv4)—[David Nolen](https://twitter.com/swannodette)
33
+
*[Classical Inheritance is Obsolete: How to Think in Prototypal OO](https://vimeo.com/69255635)- by [Eric Elliott](https://twitter.com/_ericelliott)
34
+
*[Asynchronous Programming at Netflix](https://www.youtube.com/watch?v=gawmdhCNy-A)-[Jafar Husain](https://twitter.com/jhusain)
35
+
*[David Nolen: Immutability: Putting The Dream Machine To Work](https://www.youtube.com/watch?v=SiFwRtCnxv4)-[David Nolen](https://twitter.com/swannodette)
36
36
*[Immutable Data and React](https://www.youtube.com/watch?v=I7IdS-PbEgI&list=PLb0IAmt7-GS1cbw4qonlQztYV1TAW0sCr) by [Lee Byron](https://twitter.com/leeb)
37
-
*[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.
38
-
*[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)
37
+
*[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.
38
+
*[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)
39
39
40
40
41
41
## Spec
@@ -52,7 +52,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
*[JavaScript: The Definitive Guide](http://www.amazon.com/gp/product/0596805527?ie=UTF8&camp=213733&creative=393185&creativeASIN=0596805527&linkCode=shr&tag=ericleads-20&linkId=AENIF5KLRQI3N335)
*[Understanding ECMAScript 6](https://leanpub.com/understandinges6/read/) by Nicholas C. Zakas
57
57
*[Node.js in Action](http://www.manning.com/cantelon/)
58
58
*[The Dream Machine: J.C.R. Licklider and the Revolution That Made Computing Personal](http://www.amazon.com/gp/product/0670899763?ie=UTF8&camp=213733&creative=393177&creativeASIN=0670899763&linkCode=shr&tag=ericleads-20&linkId=NDUXYQOCMPC47SQI)
@@ -61,13 +61,13 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
61
61
## Dev tools & collaboration
62
62
63
63
*[nvm](https://github.com/creationix/nvm) First install this...
64
-
*[Node](http://nodejs.org/) Then install Node (with nvm). You’ll need this even if you’re a front-end dev.
64
+
*[Node](http://nodejs.org/) Then install Node (with nvm). You'll need this even if you're a front-end dev.
65
65
*[npm](https://www.npmjs.com/) Install lots of other things with npm. **The package manager for JavaScript.** Comes with Node.
66
66
*[Sublime Text 3](http://www.sublimetext.com/3)
67
67
*[Node Inspector](https://github.com/node-inspector/node-inspector) Debug Node code with the Chrome debug tools
68
68
*[TraceGL](https://github.com/traceglMPL/tracegl) Powerful runtime analysis of live JavaScript code
69
69
*[Tern](http://ternjs.net/) Static analysis in JavaScript
70
-
*[JSDoc](http://usejsdoc.org/)— Pair with [Tern](http://ternjs.net/) for static analysis
70
+
*[JSDoc](http://usejsdoc.org/)- Pair with [Tern](http://ternjs.net/) for static analysis
71
71
*[Nitrous.IO](https://www.nitrous.io/join/uJcRo6yQDvs?utm_source=nitrous.io&utm_medium=copypaste&utm_campaign=referral) (Supports live collaboration / pair programming)
72
72
*[Slack](http://slack.com) Chat for teams, with GitHub and Google hangouts integration
73
73
* For hangouts, just type /hangout in any channel
@@ -96,13 +96,13 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
96
96
*[CoffeeScript](http://coffeescript.org/)
97
97
*[Emscripten](http://kripken.github.io/emscripten-site/) (frequently used for C/C++ JavaScript ports)
*[ES6 tools](https://github.com/addyosmani/es6-tools) Addy Osmani’s ES6 Tools list
99
+
*[ES6 tools](https://github.com/addyosmani/es6-tools) Addy Osmani's ES6 Tools list
100
100
101
101
102
102
## JavaScript environments
103
103
104
104
*[Node.js](http://nodejs.org/) Server side JavaScript and more
105
-
*[io.js](https://iojs.org/)— The Node fork
105
+
*[io.js](https://iojs.org/)- The Node fork
106
106
107
107
108
108
## Libraries
@@ -111,22 +111,24 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
111
111
*[es6-shim](https://github.com/es-shims/es6-shim/) Somewhat stable, but a few things I thought were solid got shifted to ES7.
112
112
*[es7-shim](https://www.npmjs.com/package/es7-shim) Experimantal. Use with caution.
113
113
*[HTML5 Cross Browser Polyfills](https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills) A fairly comprehensive list of HTML5 API polyfills.
114
-
*[HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate)For educational use only. You’ll want to cherry-pick the best of this for your production apps.
114
+
*[HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate) You'll want to cherry-pick the best of this for your production apps. See [Initializr](http://www.initializr.com).
115
115
*[native-promise-only](https://github.com/getify/native-promise-only) An ECMAScript standard promise polyfill by Kyle Simpson.
116
-
*[isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) A [WHATWG fetch](https://fetch.spec.whatwg.org/) standard polyfill.
116
+
*[isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) A [WHATWG fetch](https://fetch.spec.whatwg.org/). standard polyfill.
117
117
*[sseasy](https://github.com/heroku/sseasy) Server Sent Events for Node (HTML5 standard push notifications).
118
118
*[EventSource browser Polyfill](https://github.com/Yaffle/EventSource/) Required client-side patching to support Server Sent Events.
119
-
*[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.
120
-
*[Blaze](http://meteor.github.io/blaze/) DOM-diffing isomorphic reactive templates from Meteor
121
-
*[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)
119
+
*[RequireFrom](https://github.com/DSKrepps/requireFrom) Cross-platform require relative to your project root.
120
+
*[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.
121
+
*[Blaze](http://meteor.github.io/blaze/) DOM-diffing isomorphic reactive templates from Meteor.
122
+
*[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)
123
+
*[Page.js](https://github.com/visionmedia/page.js) Tiny client-side router, inspired by Express.
122
124
*[Moment](http://momentjs.com/docs/) A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
123
125
*[Globalize](https://github.com/jquery/globalize) i18n / translate your app for many languages and locations (locales)
124
-
*[Express](http://expressjs.com/) The most popular framework for Node
125
-
*[Stampit](https://github.com/ericelliott/stampit) Stampit — create objects from reusable, composable behaviors. Prototypal inheritance with stamps.
126
-
*[Credential](https://github.com/ericelliott/credential) If you write Node apps with password logins, you need Credential
127
-
*[cuid](https://github.com/ericelliott/cuid) GUIDs are broken — use cuid, instead
0 commit comments