You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/technical/concept.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Flow:
95
95
- Offline functionality or complex client-side interactions are not covered.
96
96
- Less effective if frontend and backend teams work independently.
97
97
98
-
#### Partly updates of the HTML page
98
+
#### Partly HTML Updates
99
99
One key feature is that the browser does not re-render the entire HTML page, but only specific parts. Can we achieve this with UI5?
100
100
While modifying the XML view would typically trigger a complete re-render, focusing solely on updating the view model and binding UI attributes to it allows the UI5 framework to automatically update only the affected parts. Try out this snippet:
0 commit comments