Skip to content

Commit 2f374f5

Browse files
authored
Update over_the_wire.md
1 parent 723c9bb commit 2f374f5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/advanced/technical/over_the_wire.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ While Over-the-Wire offers significant advantages for backend-driven application
5656

5757
## Popular Frameworks and Tools Following Over-the-Wire Principles
5858

59-
| Framework | Primary Use | Technology Stack | Link |
60-
|------------------------|-----------------------------------------------|---------------------------|------|
61-
| **[htmx](https://htmx.org/)** | Enhances existing HTML pages with minimal JS | Technology-agnostic | [htmx.org](https://htmx.org/) |
62-
| **[Hotwire (Turbo)](https://hotwired.dev/)** | Full Over-the-Wire framework for modern web apps | Ruby on Rails | [hotwired.dev](https://hotwired.dev/) |
63-
| **[Phoenix LiveView](https://hexdocs.pm/phoenix_live_view)** | Real-time UI updates via WebSockets | Elixir / Phoenix | [hexdocs.pm](https://hexdocs.pm/phoenix_live_view) |
64-
| **[Livewire](https://livewire.laravel.com/)** | Server-driven UI components for Laravel | PHP / Laravel | [livewire.laravel.com](https://livewire.laravel.com/) |
65-
| **[Unpoly](https://unpoly.com/)** | Simplifies partial page updates without SPAs | Technology-agnostic | [unpoly.com](https://unpoly.com/) |
66-
| **[Blazor Server](https://learn.microsoft.com/en-us/aspnet/core/blazor/)** | Server-side UI rendering with SignalR | .NET / C# | [learn.microsoft.com](https://learn.microsoft.com/en-us/aspnet/core/blazor/) |
67-
| **[Inertia.js](https://inertiajs.com/)** | SPA-like experience without APIs | JavaScript + Laravel/Rails | [inertiajs.com](https://inertiajs.com/) |
59+
| Framework | Primary Use | Technology Stack |
60+
|-----------|-------------|-----------------|
61+
| **[htmx](https://htmx.org/)** | Enhances existing HTML pages with minimal JS | Technology-agnostic |
62+
| **[Hotwire (Turbo)](https://hotwired.dev/)** | Full Over-the-Wire framework for modern web apps | Ruby on Rails |
63+
| **[Phoenix LiveView](https://hexdocs.pm/phoenix_live_view)** | Real-time UI updates via WebSockets | Elixir / Phoenix |
64+
| **[Livewire](https://livewire.laravel.com/)** | Server-driven UI components for Laravel | PHP / Laravel |
65+
| **[Unpoly](https://unpoly.com/)** | Simplifies partial page updates without SPAs | Technology-agnostic |
66+
| **[Blazor Server](https://learn.microsoft.com/en-us/aspnet/core/blazor/)** | Server-side UI rendering with SignalR | .NET / C# |
67+
| **[Inertia.js](https://inertiajs.com/)** | SPA-like experience without APIs | JavaScript + Laravel/Rails |
6868

6969

7070
## Conclusion

0 commit comments

Comments
 (0)