diff options
author | Carson Gross <carson@bigsky.software> | 2025-01-30 10:24:00 -0700 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2025-01-30 10:24:00 -0700 |
commit | 1c3556c30e22ddaee9b872b9d106433b31cb5ecc (patch) | |
tree | 0a0bc9e337b86111e2b76963023bf0aacf78af89 /www/content/essays/hypermedia-friendly-scripting.md | |
parent | ac03dc540f79326c3be86102f319268552e3baf5 (diff) | |
parent | b0797be8cd7a59856a39a7b0e50e7f0dcc629aef (diff) | |
download | htmx-1c3556c30e22ddaee9b872b9d106433b31cb5ecc.tar.gz htmx-1c3556c30e22ddaee9b872b9d106433b31cb5ecc.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'www/content/essays/hypermedia-friendly-scripting.md')
-rw-r--r-- | www/content/essays/hypermedia-friendly-scripting.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/content/essays/hypermedia-friendly-scripting.md b/www/content/essays/hypermedia-friendly-scripting.md index 112bfc2c..b25c3cce 100644 --- a/www/content/essays/hypermedia-friendly-scripting.md +++ b/www/content/essays/hypermedia-friendly-scripting.md @@ -1,9 +1,15 @@ +++ title = "Hypermedia-Friendly Scripting" +description = """\ + In this essay, Carson Gross discusses hypermedia-friendly scripting approaches for web applications, explaining how \ + to incorporate JavaScript while maintaining REST architectural principles and HATEOAS (Hypermedia as the Engine of \ + Application State). Carson outlines key guidelines for using scripting to enhance hypermedia-driven applications \ + without undermining their fundamental REST-ful architecture, covering topics like client-side state management, \ + event communication, and the islands architecture pattern.""" date = 2022-11-17 updated = 2022-11-29 +authors = ["Carson Gross"] [taxonomies] -author = ["Carson Gross"] tag = ["posts"] +++ |