Skip to content

Commit 77e75bb

Browse files
authored
Update concept.md
1 parent b099026 commit 77e75bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced/technical/concept.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Instead of building and maintaining complex JavaScript frontends, managing APIs,
1414
1515
> This is what HTML Over The Wire is all about. It’s a celebration of the simplicity in HTML as the format for carrying data and presentation together, whether this is delivered on the first load or with subsequent dynamic updates.
1616
17-
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.
18-
19-
This results in a clean and lightweight frontend — a pure rendering layer — while all logic remains under full control of the backend:
17+
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:
2018

2119
<img width="400" alt="image" src="https://github.com/user-attachments/assets/a9fde24a-c572-4e5c-b203-59a0667b9931" />
2220

2321
_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)_
2422

23+
This results in a clean and lightweight frontend — a pure rendering layer — while all logic remains under full control of the backend.
24+
2525
Several modern frameworks follow this pattern:
2626
* [htmx](https://htmx.org) Progressive enhancement via HTML partials (Any web stack)
2727
* [Hotwire (Turbo)](https://hotwired.dev) HTML-over-the-wire for Rails apps (Ruby on Rails)

0 commit comments

Comments
 (0)