Skip to content

Commit 5bec3c3

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/advanced/technical/comparison.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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**.
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)**.
44

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.
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.
86

97
---
108

0 commit comments

Comments
 (0)