Skip to content

Commit 5b00ebf

Browse files
authored
Update comparison.md
1 parent 5bec3c3 commit 5b00ebf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/advanced/technical/comparison.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Comparison to LiveView, Livewire & htmx
22

3-
**abap2UI5** follows the same fundamental principles as modern "HTML Over the Wire" frameworks like **Phoenix LiveView**, **Laravel Livewire**, and **htmx** — while also contrasting it with **UI5 Freestyle** development and **RAP (Fiori Elements)**.
3+
**abap2UI5** follows the same fundamental principles as modern "HTML Over the Wire" frameworks like **Phoenix LiveView**, **Laravel Livewire**, and **htmx** (while also contrasting it with **RAP (Fiori Elements)**).
4+
5+
All of these frameworks simplify web development by rendering the UI on the server and sending it directly to the browser — reducing frontend complexity and keeping logic and state in the backend.
6+
7+
abap2UI5 adapts this idea to the SAP world, allowing developers to build UI5 applications purely in ABAP, without OData, CDS, or complex frontend stacks.
48

5-
The goal is to reduce frontend complexity by keeping logic and state in the backend, enabling ABAP developers to build UI5 applications with a clean, backend-driven approach.
69

710
---
811

0 commit comments

Comments
 (0)