react-diffview

React component to display unified diffs.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-diffview
0.1.466 years ago8 years agoMinified + gzip package size for react-diffview in KB

Readme

npm version Build Status Total downloads
diffview
React component to display unified diffs.

TODO

  • remove dependency on qwest in demo app, use fetch api
  • x support unified diff
  • x highlight code with prism.js
  • fix parse-diff to support single patch (e.g. fetched from github) without diff header
  • split view
  • github styles
  • allow to customize highlight function