Skip to content

Commit 8deed18

Browse files
authored
Update README.md
1 parent ee71795 commit 8deed18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JSON Diff Algorithm for EditorJS.
22

3+
[Live DEMO](https://codesandbox.io/s/falling-night-r7qli?file=/src/App.js)
4+
35
In EditorJS on save the whole object is provided and not changes. This is a problem
46
for update REST calls. As you need to pass the whole object and write into DB which is bad.
57
This repo solves it by providing on the difference generated using Myer's algorithm with linear space.

0 commit comments

Comments
 (0)