File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 11# tree-changes-hook
22
3- [ ![ NPM version] ( https://badge.fury.io/js/tree-changes-hook.svg )] ( https://www.npmjs.com/package/tree-changes-hook ) [ ![ build status] ( https://travis-ci.org/gilbarbara/tree-changes.svg )] ( https://travis-ci.org/gilbarbara/tree-changes ) [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=gilbarbara-github_tree- changes-hook &metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=gilbarbara-github_tree- changes-hook ) [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=gilbarbara-github_tree- changes-hook &metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=gilbarbara-github_tree- changes-hook )
3+ [ ![ NPM version] ( https://badge.fury.io/js/tree-changes-hook.svg )] ( https://www.npmjs.com/package/tree-changes-hook ) [ ![ build status] ( https://travis-ci.org/gilbarbara/tree-changes.svg )] ( https://travis-ci.org/gilbarbara/tree-changes ) [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=gilbarbara_tree- changes&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=gilbarbara_tree- changes ) [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=gilbarbara_tree- changes&metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=gilbarbara_tree- changes )
44
55React hook that uses [ tree-changes] ( https://github.com/gilbarbara/tree-changes/tree/master/packages/tree-changes ) to compare changes between two datasets.
66
@@ -12,7 +12,7 @@ npm install tree-changes-hook
1212
1313## Usage
1414
15- ``` typescript
15+ ``` tsx
1616import React from ' react' ;
1717import useTreeChanges from ' tree-changes-hook' ;
1818
Original file line number Diff line number Diff line change 11# tree-changes
22
3- [ ![ NPM version] ( https://badge.fury.io/js/tree-changes.svg )] ( https://www.npmjs.com/package/tree-changes ) [ ![ build status] ( https://travis-ci.org/gilbarbara/tree-changes.svg )] ( https://travis-ci.org/gilbarbara/tree-changes ) [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=gilbarbara-github_tree- changes&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=gilbarbara-github_tree- changes ) [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=gilbarbara-github_tree- changes&metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=gilbarbara-github_tree -changes )
3+ [ ![ NPM version] ( https://badge.fury.io/js/tree-changes.svg )] ( https://www.npmjs.com/package/tree-changes ) [ ![ build status] ( https://travis-ci.org/gilbarbara/tree-changes.svg )] ( https://travis-ci.org/gilbarbara/tree-changes ) [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=gilbarbara_tree- changes&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=gilbarbara_tree- changes ) [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=gilbarbara_tree- changes&metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=gilbarbara_tree -changes )
44
55Compare changes between two datasets.
66
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- sonar.projectKey =gilbarbara-github_tree- changes-hook
1+ sonar.projectKey =gilbarbara_tree- changes
22sonar.organization =gilbarbara-github
33sonar.source =./src
44sonar.javascript.lcov.reportPaths =./coverage/lcov.info
You can’t perform that action at this time.
0 commit comments