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
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -111,22 +111,23 @@ 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
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
120
+
*[Blaze](http://meteor.github.io/blaze/) DOM-diffing isomorphic reactive templates from Meteor.
121
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)
122
+
*[Page.js](https://github.com/visionmedia/page.js) Tiny client-side router, inspired by Express.
122
123
*[Moment](http://momentjs.com/docs/) A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
123
124
*[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
+
*[Express](http://expressjs.com/) The most popular framework for Node.
125
126
*[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