Reactive Programming in Haxe

Hi everyone ,
is there any tutorial about reactive programming / reactive functional programming in Haxe , is there any library in haxe for it , like rxjs / cyclejs in javascript land
how does reactive programming implemented in haxe app ?
any advice will be appreciated.
Thanks

@r8code there is a Rx library for Haxe.

Look here: GitHub - longde123/RxHaxe: RxHaxe – Reactive Extensions for the Haxe – a library for composing asynchronous and event-based programs using observable sequences for the Haxe

Thanks , I ll try that