-
New Feature
-
Resolution: Unresolved
-
Critical
-
10.0.0
-
Security Level: Jimmy
-
None
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
- blocks
-
ZK-5261 forEach always re-renders all items
- Reopened