We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fe1c7 commit 3ec4bb6Copy full SHA for 3ec4bb6
docs/advanced/technical/over_the_wire.md
@@ -33,9 +33,9 @@ However, SPAs brought new challenges:
33
- Complex build & deployment pipelines
34
35
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.
+- Servers send UI fragments, not full pages
+- Browsers update only specific parts of the page
+- Frontends stay simple and declarative
39
40
#### Architectural Comparison
41
0 commit comments