Skip to content

Commit 9facb65

Browse files
authored
Update concept.md
1 parent cf885ab commit 9facb65

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/advanced/technical/concept.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ 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:
18-
- The initial request delivers JavaScript and CSS assets
19-
- Subsequent interactions trigger AJAX calls to fetch HTML fragments
20-
- The browser inserts these fragments into the DOM without reloading the full page
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.
2118

2219
This results in a clean and lightweight frontend — a pure rendering layer — while all logic remains under full control of the backend:
2320

0 commit comments

Comments
 (0)