matters-web
matters-web copied to clipboard
Editor enhancement: delta update
Currently, content update is sending the whole HTML content to the backend, which is slow and unreliable.
- Send only delta;
- Apply delta with previous state on server-side;
- Update new state to database;