There was an error while loading. Please reload this page.
1 parent ee71795 commit 8deed18Copy full SHA for 8deed18
README.md
@@ -1,5 +1,7 @@
1
# JSON Diff Algorithm for EditorJS.
2
3
+[Live DEMO](https://codesandbox.io/s/falling-night-r7qli?file=/src/App.js)
4
+
5
In EditorJS on save the whole object is provided and not changes. This is a problem
6
for update REST calls. As you need to pass the whole object and write into DB which is bad.
7
This repo solves it by providing on the difference generated using Myer's algorithm with linear space.
0 commit comments