summaryrefslogtreecommitdiffstatshomepage
path: root/www/content/essays/when-to-use-hypermedia.md
diff options
context:
space:
mode:
authorCarson Gross <carson@bigsky.software>2025-01-30 10:24:00 -0700
committerCarson Gross <carson@bigsky.software>2025-01-30 10:24:00 -0700
commit1c3556c30e22ddaee9b872b9d106433b31cb5ecc (patch)
tree0a0bc9e337b86111e2b76963023bf0aacf78af89 /www/content/essays/when-to-use-hypermedia.md
parentac03dc540f79326c3be86102f319268552e3baf5 (diff)
parentb0797be8cd7a59856a39a7b0e50e7f0dcc629aef (diff)
downloadhtmx-1c3556c30e22ddaee9b872b9d106433b31cb5ecc.tar.gz
htmx-1c3556c30e22ddaee9b872b9d106433b31cb5ecc.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'www/content/essays/when-to-use-hypermedia.md')
-rw-r--r--www/content/essays/when-to-use-hypermedia.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/www/content/essays/when-to-use-hypermedia.md b/www/content/essays/when-to-use-hypermedia.md
index 9f41f397..b4503ba8 100644
--- a/www/content/essays/when-to-use-hypermedia.md
+++ b/www/content/essays/when-to-use-hypermedia.md
@@ -1,9 +1,17 @@
+++
title = "When Should You Use Hypermedia?"
+description = """\
+ This essay by Carson Gross explores when to use hypermedia in web development, highlighting its advantages and \
+ trade-offs. Carson discusses scenarios where hypermedia is a good fit, such as text and image-heavy UIs, CRUD \
+ applications, and nested UIs with well-defined areas. He also addresses when hypermedia may not be ideal, including \
+ situations with frequent UI state updates, offline requirements, or dynamic interdependencies. Using a \
+ 'Transitional' approach (as suggested by Rich Harris), Carson advocates for combining hypermedia with other \
+ strategies to optimize web application development, emphasizing its practical benefits and alignment with the web's \
+ architecture."""
date = 2022-10-23
updated = 2023-02-03
+authors = ["Carson Gross"]
[taxonomies]
-author = ["Carson Gross"]
tag = ["posts"]
+++