workflow-kotlin icon indicating copy to clipboard operation
workflow-kotlin copied to clipboard

Introduce helper to avoid redundant view refreshes

Open rjrjr opened this issue 4 years ago • 1 comments
trafficstars

Internally we have DisplayDataRendering and DisplayDataLayoutRunner, built around this simple interface:

interface DisplayDataRendering<D : Any> {
  val displayData: D
}

They work well, we should open source.

rjrjr avatar Apr 12 '21 20:04 rjrjr

@steve-the-edwards @RBusarow if one of you are looking for a small win on the side, this one is pretty much a copy / paste chore, plus maybe updating some samples to take advantage.

In the meantime, I'm moving off the ui-1.0 blockers list.

rjrjr avatar Apr 15 '22 21:04 rjrjr