Hacker News new | ask | show | jobs
by jaffathecake 611 days ago
> With that in mind, I'm inclined toward the middle option (changes are synced automatically, but batched in the next microtask)

fwiw, this is relatively easy to do yourself. Set up a mutation observer, and clone when the callback fires on a mutation within the selected option.