> 1s lag on https://github.com/janestreet/incr_dom/tree/master/example/ts_gui

  1. One more thing, can you post a tgz of your ts_gui directory? Thanks!

  2. One difference I’ve discovered is that you are on jsoo 5.1.1; I am on jsoo 5.2.0. However, yesterday, I tried jsoo 5.1.1 too; same performance issue.

  3. Because of the virtual-dom issue, if (this.Symbol)(if this && this.Symbol) in hooks.js; I need to use my main fork of virtual-dom. incr_dom however wants to pull in system virtual-dom; so I have to drop icnr_dom into local project too; as well as bonsai. Basically I’m running virtual-dom, incr_dom, bonsai from local dune project instead of opam.

  4. I’m using “git checkout tags/v0.15.1 -b local_0.15.1” on all those git repos.

  5. Examples are from v0.15.1.

  6. Funky file names are data URLs.

  7. I’ve also noticed that on my local system, if I run jsoo 5.2.0 with --enable effects, none of the incr_dom examples work for me. (Not even ‘hello world’).

1 Like