Skip to content

Commit 3ec4bb6

Browse files
authored
Update over_the_wire.md
1 parent 07fe1c7 commit 3ec4bb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced/technical/over_the_wire.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ However, SPAs brought new challenges:
3333
- Complex build & deployment pipelines
3434

3535
As a reaction, the **Over-the-Wire** paradigm re-emerged:
36-
- Servers send UI fragments, not full pages.
37-
- Browsers update only specific parts of the page.
38-
- Frontends stay simple and declarative.
36+
- Servers send UI fragments, not full pages
37+
- Browsers update only specific parts of the page
38+
- Frontends stay simple and declarative
3939

4040
#### Architectural Comparison
4141

0 commit comments

Comments
 (0)