Draft: POC: Streaming diffs app
This is an example implementation of Streaming for the diffs tab of merge requests.
Don't be scared by an amount of changed lines, entire GitLab UI has been replaced with a fixed version to support SSR.
Also this MR is one of the reasons Streaming should make sense.
How to run locally
- Remove
node_modulesfolder - Run
bundleandyarn - Run GDK
- Run
webpack --watch --config=./config/webpack.ssr.config.js - Run
node server.jswhen previous command compiles the bundle
Go to any merge request and open Changes tab.
Edited by Stanislav Lashmanov