Skip to content

Commit d067459

Browse files
author
Eric Elliott
committed
Add cycle.js
1 parent 927dbe6 commit d067459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
133133
* [sseasy](https://github.com/heroku/sseasy) Server Sent Events for Node (HTML5 standard push notifications).
134134
* [EventSource browser Polyfill](https://github.com/Yaffle/EventSource/) Required client-side patching to support Server Sent Events.
135135
* [TodoMVC](http://todomvc.com/) A showcase implementing many MV* libraries/frameworks using a standardized demo app (for easy comparisons).
136-
* [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.
136+
* [jQuery](http://jquery.com/) Most popular JS lib by a landslide.
137137
* [Blaze](http://meteor.github.io/blaze/) DOM-diffing isomorphic reactive templates from Meteor.
138138
* [React](https://github.com/facebook/react) What do Facebook, Instagram, Netflix and PayPal have in common? React.
139+
* [Cycle.js](http://cycle.js.org) Like React, but more functional & reactive
139140
* [Lodash-FP](https://github.com/lodash/lodash-fp) Like Underscore, but much faster, and featuring a more expressive API.
140141
* [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)
141142
* [Page.js](https://github.com/visionmedia/page.js) Tiny client-side router, inspired by Express.

0 commit comments

Comments
 (0)