Skip to content

Commit 661daf3

Browse files
authored
Update concept.md
1 parent 7fbbd27 commit 661daf3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/advanced/technical/concept.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ Instead of building and maintaining complex JavaScript frontends, managing APIs,
1717
In this architecture the initial request delivers JavaScript and CSS assets, Subsequent interactions trigger AJAX calls to fetch HTML fragments and the browser inserts these fragments into the DOM without reloading the full page:
1818

1919
<p align="center">
20-
<img width="400" alt="image" src="https://github.com/user-attachments/assets/a9fde24a-c572-4e5c-b203-59a0667b9931" />
20+
<img width="500" alt="image" src="https://github.com/user-attachments/assets/a9fde24a-c572-4e5c-b203-59a0667b9931" />
2121
<br/>
22-
<em> _HTML "Over the Wire" Lifecycle [(2)](https://community.sap.com/t5/technology-blog-posts-by-members/fiori-like-web-app-development-in-pure-abap-with-htmx-and-fundamental/ba-p/13500763)_</em>
22+
<em>
23+
HTML "Over the Wire" Lifecycle
24+
</em>
2325
</p>
2426

2527

0 commit comments

Comments
 (0)