Skip to content

Commit b099026

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/advanced/technical/concept.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ This results in a clean and lightweight frontend — a pure rendering layer —
2323
_HTML "Over the Wire" Lifecycle [(2)](https://community.sap.com/t5/technology-blog-posts-by-members/fiori-like-web-app-development-in-pure-abap-with-htmx-and-fundamental/ba-p/13500763)_
2424

2525
Several modern frameworks follow this pattern:
26-
* [htmx](https://htmx.org), Progressive enhancement via HTML partials, Any web stack
27-
* [Hotwire (Turbo)](https://hotwired.dev), HTML-over-the-wire for Rails apps, Ruby on Rails
28-
* [Phoenix LiveView](https://hexdocs.pm/phoenix_live_view), Real-time UI with server rendering,, Elixir / Phoenix
29-
* [Livewire](https://livewire.laravel.com), Server-driven UI components in PHP, Laravel / PHP
30-
* [Unpoly](https://unpoly.com), Simplified partial page updates, Any web stack
26+
* [htmx](https://htmx.org) Progressive enhancement via HTML partials (Any web stack)
27+
* [Hotwire (Turbo)](https://hotwired.dev) HTML-over-the-wire for Rails apps (Ruby on Rails)
28+
* [Phoenix LiveView](https://hexdocs.pm/phoenix_live_view) Real-time UI with server rendering (Elixir/Phoenix)
29+
* [Livewire](https://livewire.laravel.com) Server-driven UI components in PHP (Laravel/PHP)
30+
* [Unpoly](https://unpoly.com) Simplified partial page updates (Any web stack)
3131

3232

3333
#### But isn't this just old-school server rendering?

0 commit comments

Comments
 (0)