Eric M. 💻 |
Andrei Kovalevsky 💻 |
Chang Hyun Kim 💻 |
A simple and beautiful text diff viewer made with{' '} Diff{' '} and{' '} React.{' '} Featuring split view, inline view, word diff, line highlight and more.
This documentation is for the `next` release branch, e.g. v4.x
{diffData.type == 3
? 'CHG'
: diffData.type == 2
? 'DEL'
: diffData.type == 1
? 'ADD'
: diffData.type
? '==='
: undefined}
Loading diff...
{lineNumber}
{additionalLineNumber}
{added && "+"}
{removed && "-"}
{leftTitle}
) : null}
{rightTitle}
) : null}