-1

Hello I am writing a research paper on change detection(between model and view) mechanisms across JavaScript frameworks - Virtual DOM, Key-Value Observation, Dirty Checking(Angular JS). I am curious what kind of change detection mechanism is behind SAPUI5 - KVO, Dirty Checking or is it somewhat similar to any of these?

GeForce RTX 4090
  • 3,091
  • 11
  • 32
  • 58
  • How is VDOM related to _change detection between model and view_? Usually, when talking about "change detection", it's about detecting changes either in rendering or data binding. Seems like this question is about both which IMHO is a bit too broad to answer. – Boghyon Hoffmann Mar 11 '20 at 11:48
  • Request for the documentation enhancement: https://github.com/SAP/openui5-docs/issues/17 – Boghyon Hoffmann Feb 08 '22 at 13:03

1 Answers1

1

Regarding the rendering of ui5, I've never found any official information about it. Anyway, some time ago, I saw some explanation on github, about the rendering process of one of the core controls (sap.ui.core.HTML) so it might be interesting for you.

Rendering of preserved content

I hope it can help you!

Alan
  • 470
  • 4
  • 10