git-deps
git-deps copied to clipboard
graph: stream commits and dependencies and render incrementally
If there are a lot of new nodes and dependencies, the web page will appear to hang whilst they are being calculated. Adding a spinner (see #28) will go some way towards helping with this, but it would be better if the nodes and dependencies are streamed incrementally to the browser and rendered as soon as they are received. oboe.js looks perfect for this!