mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-01 15:01:36 +00:00
improve essay
This commit is contained in:
parent
854f2e21e2
commit
3a21ec0929
@ -117,11 +117,13 @@ Here is an example of each of these approaches:
|
||||
</button>
|
||||
```
|
||||
|
||||
Note that in these examples the hypermedia (HTML) is given primacy of place. It is not an after-thought being produced
|
||||
by a client-side templating engine. The scripting examples here *augment* the existing hypermedia but do not *supersede*
|
||||
it or subvert the fundamental REST-ful architecture of the HDA. All communication with the server is still managed via
|
||||
HTTP requests with hypermedia (HTML) responses; scripting is used only to enhance the front-end experience of the
|
||||
application.
|
||||
In an HDA, hypermedia (HTML) is the primary medium for building the application, which means that:
|
||||
|
||||
* All communication with the server is still managed via HTTP requests with hypermedia (HTML) responses
|
||||
* Scripting is used mainly to enhance the *front-end experience* of the application
|
||||
|
||||
Scripting augments the existing hypermedia (HTML) but do not *supersede* it or subvert the fundamental REST-ful
|
||||
architecture of the HDA.
|
||||
|
||||
## HDA-style libraries
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user