Skip to content

Commit 63a85d1

Browse files
authored
update
1 parent 6657a33 commit 63a85d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/technical/concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Flow:
9595
- Offline functionality or complex client-side interactions are not covered.
9696
- Less effective if frontend and backend teams work independently.
9797

98-
#### Partly updates of the HTML page
98+
#### Partly HTML Updates
9999
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?
100100
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:
101101

0 commit comments

Comments
 (0)