Whatever happened to all the pretext hype? I feel like that would be perfect for rendering huge diffs.
Yes and no. It would help to improve things a bit when it comes the measure/reconciliation phase (unclear to say how much). However we've already done a pretty good job around batching writes vs reads. However passing a million lines of code through pretext is unlikely to be very efficient, so a lot of the work around estimation is still very important. That said, while I don't want to make pretext a direct dependenc…
I've always been curious how products like ag-grid are able to allow you to lazy-load 10,000,000+ rows in a table without the blanking you described, and I imagine this type of method describes how it can be done.