diff options
author | William Jackson <565174+williamjacksn@users.noreply.github.com> | 2025-01-29 11:53:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 10:53:42 -0700 |
commit | 6d39919b996ec2965dbde2585dcdc8dc9bd55ffd (patch) | |
tree | b0965300e49576fe345a14543c5352fca133b82e /www/content/essays/hypermedia-friendly-scripting.md | |
parent | f760d3f27db5402bf71be2ac44a8b3ccbddb897a (diff) | |
download | htmx-6d39919b996ec2965dbde2585dcdc8dc9bd55ffd.tar.gz htmx-6d39919b996ec2965dbde2585dcdc8dc9bd55ffd.zip |
Essay descriptions (#3154)
* Add description to architectural-sympathy
And fix some typos
* Add description to codin-dirty
* Add description to complexity-budget
* Add description to does-hypermedia-scale
* Add description to future and fix date
* Add description to hateoas
* Add description to how-did-rest-come-to-mean-...
* Add description to htmx-sucks
* Add description to hypermedia-apis-vs-data-apis
* Add description to hypermedia-clients
* Add description to hypermedia-driven-applications
* Update hypermedia-friendly-scripting.md
* Update hypermedia-on-whatever-youd-like.md
* Update is-htmx-another-javascript-framework.md
* Update locality-of-behaviour.md
* Update lore.md
* Update mvc.md
* Update no-build-step.md
* Update prefer-if-statements.md
* Update rest-copypasta.md
* Update right-click-view-source.md
* Update spa-alternative.md
* Update splitting-your-apis.md
* Update template-fragments.md
* Update rest-explained.md
* Update two-approaches-to-decoupling.md
* Update vendoring.md
* Remove double-quote characters from descriptions
* Add description block to demo.html
* Update view-transitions.md
* Update web-security-basics-with-htmx.md
* Update webcomponents-work-great.md
* Update when-to-use-hypermedia.md
* Update why-gumroad-didnt-choose-htmx.md
* Update why-tend-not-to-use-content-negotiation.md
* Update you-cant.md
* Fix description for htmx-sucks
* Use `authors` built-in variable
Instead of the custom `author` taxonomy
* Descriptions and typos in interviews
* That double word is actually correct
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"] +++ |