kissyteam/kissy

reactive: implement functional reactive programming

Closed this issue · 3 comments

api

method

reactive.createEventStream
reactive.createProperty

property

reactive.END

class

EventStream
Property extends EventSteam

class method

EventStream.prototype.map
EventStream.prototype.filter
EventStream.prototype.onValue
EventStream.prototype.startsWith
EventStream.prototype.combine

demo

http://dev.kissyui.com/kissy/src/reactive/demo/test.html
http://dev.kissyui.com/kissy/src/reactive/demo/autocomplete.html

test case

https://github.com/kissyteam/kissy/blob/master/src/reactive/tests/specs/index.js

interesting.

but where is EventStream and its friends?

just event stream, property and some functional methods.

EventSteam: reactive.createEventStream

Property: reactive.createProperty