Results 508 comments of hhugo

Should probably live outside the jsoo repo

Can be documented in #1217

@dbuenzli, 9 years later .. would you want to give #1584 a try ?

Can not longer reproduce, I suspect the issues got fixed at some point.

The #1391 approach is much less invasive and results in much less code to maintain overall.

I've just hit `Assert_failure src/react.ml,411,54` while updating a signal/event during a step. I got around it using `fix` `val iter : ('a -> unit) -> 'a event -> unit` ```...

When saying `You should not do that either`, you mean this ``` let iter f_may_update_event e = let _ = React.E.map (fun x -> Lwt.async (fun () -> Lwt_js.sleel 0....