-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
Description
In various places, the re-frame-10x user interface shows how data has changed between one epoch and the next.
It currently uses clojure.data/diff
to calculate these diffs.
But perhaps we should be using Editscript instead?
Also, see this analysis: https://juji.io/blog/comparing-clojure-diff-libraries/