Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-5443

Apply Virtual-Dom concept to Client Widget to avoid page flickering

XMLWordPrintable

      User Story

      As a developer, I want to change component's state so that the updated page won't cause UI flickering or lose focus.

      Acceptance Criteria

      Whether <forEach> or ListModel should not cause to redraw page flickering when any of model data or component's state changed.

      Details

      We could consider to apply with such libraries in client widget - https://bestofjs.org/projects?tags=vdom

      or idom (incremental-dom) https://github.com/google/incremental-dom

      Please see the difference from https://www.youtube.com/watch?v=OhMTK-kBGYo

            jumperchen jumperchen
            jumperchen jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: