hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
micha 2020-05-26T18:28:38.200700Z

In normal react they use unique keys associated with items in sequential collections to facilitate patching the collection without running into the np hard problem of minimal edit scripts for sequences

micha 2020-05-26T18:30:00.202900Z

The unique keys lets them easily determine that an item has been moved to a different index in the collection vs one item removed and a new item inserted at the new index in the collection

micha 2020-05-26T18:30:25.203400Z

I imagine it might be related to that problem