Skip to content

Commit 01a907a

Browse files
author
Eric Elliott
committed
Update README.md
1 parent f5a8743 commit 01a907a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,22 +111,23 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
111111
* [es6-shim](https://github.com/es-shims/es6-shim/) Somewhat stable, but a few things I thought were solid got shifted to ES7.
112112
* [es7-shim](https://www.npmjs.com/package/es7-shim) Experimantal. Use with caution.
113113
* [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).
115115
* [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.
117117
* [sseasy](https://github.com/heroku/sseasy) Server Sent Events for Node (HTML5 standard push notifications).
118118
* [EventSource browser Polyfill](https://github.com/Yaffle/EventSource/) Required client-side patching to support Server Sent Events.
119119
* [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.
121121
* [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.
122123
* [Moment](http://momentjs.com/docs/) A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
123124
* [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.
125126
* [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
128-
* [velocity](http://julian.com/research/velocity/) & [Velocity Motion Designer (VMD)](http://julian.com/research/velocity/#vmd) UI animation library
129-
* [json-schema](https://github.com/kriszyp/json-schema) - Great for model validations
127+
* [Credential](https://github.com/ericelliott/credential) If you write Node apps with password logins, you need Credential.
128+
* [cuid](https://github.com/ericelliott/cuid) GUIDs are broken - use cuid, instead.
129+
* [velocity](http://julian.com/research/velocity/) & [Velocity Motion Designer (VMD)](http://julian.com/research/velocity/#vmd) UI animation library.
130+
* [json-schema](https://github.com/kriszyp/json-schema) - Great for model validations.
130131

131132

132133
## Web Components

0 commit comments

Comments
 (0)