🌐
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
    
🌐
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
Discussions

Support for React 19
Is there a plan to support React 19 as a peer dependency? More on github.com
🌐 github.com
5
January 10, 2025
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
🌐 r/reactjs
2
0
December 25, 2024
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
🌐 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
🌐 r/golang
18
9
2 weeks ago
🌐
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
Published   Oct 06, 2023
Author   christ_cogni_con
🌐
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
Published   Jun 26, 2023
Author   ashesofphoenix
Find elsewhere
🌐
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 ·
🌐
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%
🌐
DevGenius
blog.devgenius.io › add-a-diff-display-into-a-react-app-with-the-jsdiff-library-5df6fe85f66d
Add a Diff Display into a React App with the jsdiff Library | by John Au-Yeung | Dev Genius
May 29, 2021 - Add a Diff Display into a React App with the jsdiff Library Sometimes, we may want to show the difference between 2 pieces of text to the user. We can do this easily with the jsdiff library. In this …
🌐
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
Published   Mar 14, 2023
Author   prakruti.ukani
🌐
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
🌐
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
Published   Nov 01, 2022
Author   therealdrtroll
🌐
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%