Bacon.js
A small functional reactive programming lib for JavaScript.
Link : https://github.com/raimohanska/bacon.js
Turns your event spaghetti into clean and declarative feng shui bacon, by switching from imperative to functional. It's like replacing nested for-loops with functional programming concepts like map
and filter
. Stop working on individual events and work with event streams instead. Transform your data with map
andfilter
. Combine your data with merge
and combine
. Then switch to the heavier weapons and wieldflatMap
and combineTemplate
like a boss.
It's the _
of Events. Too bad the symbol ~
is not allowed in Javascript.
Here's the stuff.
- CoffeeScript source
- Generated javascript
- Specs
- Examples
- Wiki with more docs, related projects and more
- Cheat Sheet
- My Blog with some baconful and reactive postings along with a Bacon.js tutorial
- TodoMVC with Bacon.js and jQuery
You can also check out my entertaining (LOL), interactive, solid-ass slideshow.
And remember to give me feedback on the bacon! Let me know if you've used it. Tell me how it worked for you. What's missing? What's wrong? Please contribute!
'프로그래밍 > Script' 카테고리의 다른 글
[HTML] 16 Best HTML5 Frameworks for Rapid Development (0) | 2013.07.05 |
---|---|
[jQuery] How To Remove Unnecessary Modules in jQuery (0) | 2013.07.04 |
[javascript] Rubyjs - A JavaScript standard library based on the Ruby core-lib (0) | 2013.07.02 |
Front-End 개발에 대한 자료 (0) | 2013.07.02 |
[javascript] Flippant.js — A tiny library for flipping things over (0) | 2013.07.02 |