You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that generating diffs is quite fast, but generating the UI for them may not be. For example, run:
git webdiff 52aa15f^..52aa15f
from https://github.com/danvk/codediff.js and click through to package-lock.json. There's a noticeable pause while it loads the UI. The diff is long and 99+% of it is offscreen. The lower parts could be generated lazily.
This probably isn't even worth trying without React-ifying codediff.js first.
The text was updated successfully, but these errors were encountered:
I believe that generating diffs is quite fast, but generating the UI for them may not be. For example, run:
from https://github.com/danvk/codediff.js and click through to
package-lock.json
. There's a noticeable pause while it loads the UI. The diff is long and 99+% of it is offscreen. The lower parts could be generated lazily.This probably isn't even worth trying without React-ifying codediff.js first.
The text was updated successfully, but these errors were encountered: