Skip to content

Commit 882d686

Browse files
authored
Update technical.md
1 parent 7290f9f commit 882d686

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/advanced/technical/technical.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ It covers the core ideas behind the framework — including its architecture, co
88

99
One of the core ideas behind abap2UI5 is inspired by the concept of **"HTML Over the Wire"**. This approach suggests rendering HTML directly on the server and sending it to the browser — without relying on JSON, client-side MVC frameworks, bundling, or transpiling pipelines.
1010

11-
> "HTML Over the Wire" embraces simplicity by merging data and presentation into a single format, sent together for both initial page loads and dynamic updates.
11+
> You can write fast, modern, responsive web applications by generating your HTML on the server, and delivering that (with a little help) directly to the browser. You don’t need JSON as an in-between format. You don’t need client-side MVC frameworks. You don’t need complicated bundling and transpiling pipelines. But you do need to think different. [...]
12+
13+
> 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.
1214
1315
The idea was introduced in the SAP community through examples using the JavaScript library **htmx** to build Fiori-like apps. Unlike typical Single Page Applications (SPAs), where state and logic reside on the frontend, the **HTML Over the Wire** principle keeps all application logic and state on the server.
1416

0 commit comments

Comments
 (0)