▲ Recycle v2 - Write React components using RxJS at github.com▼5 up and 0 down, posted by domagojk 2764 days ago 6 comments
xat 2764 days ago. link parent 1 point ▲ ▼No Problem. sources.lifecycle sounds like a nice idea! So the "Rx.Observable.interval(1000)" in the example gets called on componentWillMount at the moment, correct?
domagojk 2764 days ago. link 1 point ▲ ▼Yes, that's correct. update() and dispatch() functions are called only once, on componentWillMount.