Skip to content

Commit 3def9a8

Browse files
authored
Update concept.md
1 parent 80b7d3f commit 3def9a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/technical/concept.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Several modern frameworks follow this pattern:
3232

3333
#### Comparison to Classic SSR
3434

35-
In the early days of web development, Server-Side Rendering (SSR) was the standard. Every user interaction triggered a full-page reload, and the server responded with a complete HTML document. Within the SAP ecosystem, this approach was seen in technologies like ITS Mobile and SAP GUI for HTML.
35+
Isn't this just the same as traditional Server-Side Rendering (SSR)?
36+
37+
In the early days of web development SSR was the standard. Every user interaction triggered a full-page reload, and the server responded with a complete HTML document. Within the SAP ecosystem, this approach was seen in technologies like ITS Mobile and SAP GUI for HTML.
3638

3739
The emergence of Single-Page Applications (SPAs) shifted the rendering logic to the client. SPAs fetch raw data — through OData services in SAP systems — and dynamically construct the UI in the browser using JavaScript frameworks such as React, Angular, or Vue. SAP adopted this paradigm with the introduction of UI5 in 2010.
3840

0 commit comments

Comments
 (0)