npm
npmjs.com › package › react-diff-viewer-continued
react-diff-viewer-continued - npm
A simple and beautiful text diff viewer component made with Diff and React. Inspired by the Github diff viewer, it includes features like split view, inline view, word diff, line highlight and more.
» npm install react-diff-viewer-continued
Published Mar 10, 2026
Version 4.2.0
GitHub
github.com › aeolun › react-diff-viewer-continued › issues
Aeolun/react-diff-viewer-continued
A simple and beautiful text diff viewer component made with Diff and React. - Aeolun/react-diff-viewer-continued
Author Aeolun
Support for React 19
Is there a plan to support React 19 as a peer dependency? More on github.com
Need a component to compare json changes
I recently used react-diff-viewer-continued. For text rather than JSON but it should work fine, especially if the JSON string is formatted. I believe you need to install with the @next dist tag for react 19 support. More on reddit.com
reactjs - React library to display unified diff between two strings - Stack Overflow
react-diff-viewer-continued might be what you are looking for since 'react-diff-view' is no longer having updates and is not compactable for react 18^. More on stackoverflow.com
Small Projects
github.com/haikali3/chronos-queue i found out about kafka last month and trying to explore what is ut by building minify version of it. so i got into headache learning n building about worker pool, dlq, heartbeat, lease, exponential backpressure and grpc :) More on reddit.com
CodeSandbox
codesandbox.io › examples › package › react-diff-viewer-continued
react-diff-viewer-continued examples - CodeSandbox
AboutContinuation of a simple and beautiful text diff viewer component made with diff and React558,855Weekly Downloads
CodeSandbox
codesandbox.io › s › react-diff-viewer-continued-demo-pjkx9q
react-diff-viewer-continued-DEMO - CodeSandbox
May 7, 2024 - react-diff-viewer-continued-DEMO by christ_cogni_con using antd, loader-utils, react, react-diff-view, react-diff-viewer-continued, react-dom, react-scripts
GitHub
github.com › Aeolun › react-diff-viewer-continued › issues › 63
Support for React 19 · Issue #63 · Aeolun/react-diff-viewer-continued
January 10, 2025 - Aeolun / react-diff-viewer-continued Public forked from praneshr/react-diff-viewer · Notifications · You must be signed in to change notification settings · Fork 49 · Star 205 · New issueCopy link · New issueCopy link · Open · Open · Support for React 19#63 ·
Author kerencd
CodeSandbox
codesandbox.io › s › react-diff-viewer-continued-demos-r85vjz
react-diff-viewer-continued demos - CodeSandbox
June 27, 2023 - react-diff-viewer-continued demos by ashesofphoenix using loader-utils, prismjs, react, react-diff-view, react-diff-viewer-continued, react-dom, react-scripts
UNPKG
app.unpkg.com › react-diff-viewer-continued@3.4.0 › files › README.md
react-diff-viewer-continued
Continuation of a simple and beautiful text diff viewer component made with diff and React · github.com/aeolun/react-diff-viewer-continued · aeolun/react-diff-viewer-continued · 403 lines (334 loc) • 22.4 kB · Markdown · View Raw · 1 · 2 · 3 · 4 · 5 · 6 ·
Reddit
reddit.com › r/reactjs › need a component to compare json changes
r/reactjs on Reddit: Need a component to compare json changes
December 25, 2024 -
I'm looking for a react component that compares json documents passed in as strings. The input would be the two json strings and the component would render the diff like a GitHub pr files changed UI. I was using ReactDiffViewer but it is not compatible with react 18.
Top answer 1 of 2
2
I recently used react-diff-viewer-continued. For text rather than JSON but it should work fine, especially if the JSON string is formatted. I believe you need to install with the @next dist tag for react 19 support.
2 of 2
1
Hey check this React Component, it uses json-diff-kit for diff methods and it works pretty well especially for deep array comparison. But however there are no similar package that has minimap, virtual scroll or search ability. No other library provided me correct outputs for my specific JSON objects including several indented arrays. https://www.npmjs.com/package/virtual-react-json-diff I am still developing for new features, this is open source and I am open for any contribution. I will apply new themes soon.
NPM Compare
npm-compare.com › react-diff-view,react-diff-viewer,react-diff-viewer-continued
react-diff-viewer-continued vs react-diff-viewer vs react-diff-view | React Diff Viewer Libraries
To see how react-diff-viewer-continued compares with react-diff-view and react-diff-viewer, check out the comparison: Comparing react-diff-view vs react-diff-viewer vs react-diff-viewer-continued. ... react-diff-viewer is a React component that allows developers to easily display differences between two pieces of text or code.
GitHub
github.com › RexSkz › json-diff-kit
GitHub - RexSkz/json-diff-kit: A better JSON differ & viewer, support LCS diff for arrays and recognise some changes as "modification" apart from simple "remove"+"add". · GitHub
import { Viewer } from 'json-diff-kit'; import type { DiffResult } from 'json-diff-kit'; import 'json-diff-kit/dist/viewer.css'; interface PageProps { diff: [DiffResult[], DiffResult[]]; } const Page: React.FC<PageProps> = props => { return ( <Viewer diff={props.diff} // required indent={4} // default `2` lineNumbers={true} // default `false` highlightInlineDiff={true} // default `false` inlineDiffOptions={{ mode: 'word', // default `"char"`, but `"word"` may be more useful wordSeparator: ' ', // default `""`, but `" "` is more useful for sentences }} /> ); };
Starred by 209 users
Forked by 17 users
Languages TypeScript 92.7% | Less 4.7% | JavaScript 2.6%
CodeSandbox
codesandbox.io › s › react-difference-viewer-hwdw18
react difference viewer - CodeSandbox
March 15, 2023 - react difference viewer by prakruti.ukani using loader-utils, react, react-diff-viewer-continued, react-dom, react-scripts
npm
npmjs.com › package › react-diff-viewer
react-diff-viewer - npm
May 22, 2020 - Inspired from Github diff viewer, it includes features like split view, inline view, word diff, line highlight and more. It is highly customizable and it supports almost all languages. ... resetCodeBlocks() - Resets the expanded code blocks to it's initial state. Return true on successful reset and false during unsuccessful reset. Syntax highlighting is a bit tricky when combined with diff. Here, React Diff Viewer provides a simple render prop API to handle syntax highlighting.
» npm install react-diff-viewer
Published May 22, 2020
Version 3.1.1
Author Pranesh Ravi
Top answer 1 of 2
8
Try either "react-diff-view" or "react-diff-viewer".
The "react-diff-viewer" is quite simple to use/implement while the "react-diff-view" offers some more advanced features.
It's up to you, here the links: https://www.npmjs.com/package/react-diff-viewer https://www.npmjs.com/package/react-diff-view
2 of 2
7
react-diff-viewer-continued might be what you are looking for since 'react-diff-view' is no longer having updates and is not compactable for react 18^.
Code Beautify
codebeautify.org
Code Beautify and Code Formatter For Developers - to ...
Free Online Tools like Code Beautifiers, Code Formatters, Editors, Viewers, Minifier, Validators, Converters for Developers: XML, JSON, CSS, JavaScript, Java, C#, MXML, SQL, CSV, Excel
CodeSandbox
codesandbox.io › s › json-diff-visualize-lqokx2
json-diff-visualize - CodeSandbox
November 1, 2022 - json-diff-visualize by therealdrtroll using json-diff-kit, json-diff-viewer, react, react-dom, react-json-view-compare, react-scripts
GitHub
github.com › Aeolun › react-diff-viewer-continued
GitHub - Aeolun/react-diff-viewer-continued: A simple and beautiful text diff viewer component made with Diff and React. · GitHub
A simple and beautiful text diff viewer component made with Diff and React. Inspired by the Github diff viewer, it includes features like split view, inline view, word diff, line highlight and more.
Starred by 211 users
Forked by 51 users
Languages HTML 76.3% | TypeScript 23.3%