Skip to content

Instantly share code, notes, and snippets.

@kivancsahici
kivancsahici / README.md
Last active December 24, 2018 07:27
dashing-js list no flickering

Original list widget in dashing flickers annoyingly, as also mentioned here. That's simply because the widget redraws the complete list every time there's an update from the server side.

See the problem here (Buzzwords widget flickers)

dashing demo

This widget, on the other hand, is an alternative and a drop-in replacement for the original list widget. It simply creates the list elements beforehand and updates the values inline so that the widget is rendered without any flickering.