newsfilter.io

Cristina Rosu

Showing 11 of 1 transcripts.

  1. Jane Street1h 14m

    Introduction to Incr_dom: Writing Dynamic Web Apps in OCaml

    Cristina Rosu

    Jane Street engineers presented IncurDOM, an internal OCaml web UI framework designed to handle high-frequency updates and datasets exceeding 10,000 rows while avoiding browser lag. The demonstration highlighted how incremental computations, partial rendering, and strict adherence to the Elm architecture enable efficient state management and automatic code sharing between server and client logic. Attendees examined practical trade-offs against React and BuckleScript, noting specific optimizations like `IncrMap` that reduce reconstruction costs while identifying future needs for explicit component abstractions and dedicated testing tools.