Skip to content

Commit c0a8cb0

Browse files
authored
Update concept.md
1 parent 174d3ad commit c0a8cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/technical/concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The illustration below shows the difference between a full re-render and a targe
226226
<p align="center">
227227
<img src="https://github.com/user-attachments/assets/79a8c531-b9a0-4bf4-bb1c-7d9019ef8707" width="500" />
228228
<br/>
229-
<em>Only relevant DOM parts are updated via model binding, preserving UI state</em>
229+
<em>Partly HTML Rerendering via View Model - Only relevant DOM parts are rerenderd, preserving UI state</em>
230230
</p>
231231

232232
Thanks to UI5’s powerful data binding mechanism, only the modified DOM elements are updated. This preserves the current UI state — such as input focus — and ensures a smooth, uninterrupted user experience. The XML View and View Model concept make UI5 a perfect team player for the UI5 Over-the-Wire approach combining the strengths of ABAP and UI5 — without the complexity of full client-side re-renders.

0 commit comments

Comments
 (0)