https://github.com/gera2ld/react-deep-diff
React component to show diff between two objects
https://github.com/gera2ld/react-deep-diff
deepdiff diff react
Last synced: 6 months ago
JSON representation
React component to show diff between two objects
- Host: GitHub
- URL: https://github.com/gera2ld/react-deep-diff
- Owner: gera2ld
- License: mit
- Created: 2021-08-27T15:43:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T10:30:58.000Z (over 2 years ago)
- Last Synced: 2025-04-15T06:42:31.483Z (10 months ago)
- Topics: deepdiff, diff, react
- Language: TypeScript
- Homepage: https://gera2ld.github.io/react-deep-diff/
- Size: 146 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-deep-diff



React component to show diff between two objects.
👉🏻 [Demo](https://gera2ld.github.io/react-deep-diff/).

## Installation
```bash
$ yarn add react-deep-diff
```
## Usage
```js
import { DeepDiff } from 'react-deep-diff';
function App() {
return ;
}
```