Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
No reference to raimohanska/baconjs-examples in the documentation #145
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
Ok then. Added link on the Wiki and on the Readme. |
raimohanska
closed this
Apr 16, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
00dani commentedApr 4, 2013
The Bacon.js-with-AJAX example given within that repo (in this file https://github.com/raimohanska/baconjs-examples/blob/master/resources/public/index.html ) is a fantastic expression of how Bacon.js can produce concise, powerful evented code; it's especially impressive in how short it is.
This example should be linked to in the docs, along with other examples, because it's a very impressive demonstration. (It does need updating to use
EventStream.awaiting()
instead of manually implementing the same thing, though.)