Skip to content

Outline New Diffs SSR approach

Stanislav Lashmanov requested to merge slashmanov/new-diffs-ssr-outline into master

What does this MR do and why?

This MR outlines the diffs server-side rendering approach for the New Diffs effort.

This came as a result of the previous work:

  1. Streaming and rendering diffs using a node server
  2. Rendering diffs in a Web Worker (POC)
  3. Streaming and rendering diffs using Rails (POC, Old POC)
  4. Benchmark Diffs SSR against Virtual Scrolling
Edited by Stanislav Lashmanov

Merge request reports