react-diff-viewer
react-diff-viewer copied to clipboard
A simple and beautiful text diff viewer component made with Diff and React.
I may come up with 10+ Google responses when looking for a react json diff package, without images or a demo site, you could have the best package of everything...
I was trying to implement SSR for my app, but I was getting errors, after debugging I found that Diff viewer was causing the issue. is there any way to...
Comparing ``` "1\n a" ``` with ```` "1\n b" ```` results in this:  I think that's because the leading spaces are wrapped in `span` - without wrapping, the browser...
I've been wanting to have it copy the behaviour of github in that on line click, it adds the hash of `#line57` to the end of the url, and that...
As of now, when the difference is showed up. Both the JSONs are center-aligned. Are we having any way/method to left align both the JSONs?
Like the title I mentioned above there is no `codeFold` in `ReactDiffViewerStylesOverride`  Any missing or this was the plan to remove it? since I still found this key style...
Currently to set `text-decoration` of `code-fold a` I need to do something like: ` tr td a { text-decoration: none !important; } ` to be more specific than this rule:...
I got the (undefined-2) for 'onLineNumberClick (on rightRow)' callback in unified showing type
Try introducing the windowing technique to handle large DOM nodes.