Skip to content

Commit 477055d

Browse files
authored
Update over_the_wire.md
1 parent 1fe90b8 commit 477055d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/advanced/technical/over_the_wire.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Frameworks like **Hotwire (Rails)**, **Livewire (Laravel)**, and **Phoenix LiveV
3030

3131
## Architectural Comparison
3232

33-
| Approach | Data Flow | Rendering Location |
34-
|----------|-----------|-------------------|
35-
| **SSR (classic)** | Full-page HTML responses | Entirely on the server |
36-
| **SPA** | Raw data (JSON), client builds UI | Client-side (JavaScript framework) |
37-
| **Over-the-Wire** | HTML fragments for partial updates | Server renders, browser inserts |
33+
| Approach | Data Flow | Rendering Location | Time |
34+
|----------|-----------|-------------------|-------------|
35+
| **SSR (classic)** | Full-page HTML responses | Entirely on the server | 1990s – early 2010s |
36+
| **SPA** | Raw data (JSON), client builds UI | Client-side (JavaScript framework) | ~2010s – today |
37+
| **Over-the-Wire (modern)** | HTML fragments for partial updates | Server renders, browser inserts | ~2020s (re-emerging) |
3838

3939
## Related Frameworks with Similar Ideas
4040

0 commit comments

Comments
 (0)