From 3dc73f6d04c856ad68400ee49d43fe87f9e4f164 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Thu, 7 Nov 2024 10:19:19 -0700 Subject: [PATCH] reorganize essays --- www/content/essays/_index.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/www/content/essays/_index.md b/www/content/essays/_index.md index 5bf583c2d..11ba2cf02 100644 --- a/www/content/essays/_index.md +++ b/www/content/essays/_index.md @@ -26,12 +26,19 @@ page_template = "essay.html" * [Does Hypermedia Scale?](@/essays/does-hypermedia-scale.md) * [SPA Alternative](@/essays/spa-alternative.md) -### Building Hypermedia Applications +### Real World htmx Experiences * [A Real World React to htmx Port](@/essays/a-real-world-react-to-htmx-port.md) * [Another Real World React to htmx Port](@/essays/another-real-world-react-to-htmx-port.md) * [Next.js to htmx — A Real World Example](@/essays/a-real-world-nextjs-to-htmx-port.md) -* [Web Security Basics (with htmx)](@/essays/web-security-basics-with-htmx.md) +* [You Can't Build Interactive Web Apps Except as Single Page Applications... And Other Myths](@/essays/you-cant.md) + +### On The Other Hand... +* [htmx sucks](@/essays/htmx-sucks.md) +* [Why Gumroad Didn't Choose htmx](@/essays/why-gumroad-didnt-choose-htmx.md) + +### Building Hypermedia Applications * [Hypermedia-Driven Applications (HDAs)](@/essays/hypermedia-driven-applications.md) +* [Web Security Basics (with htmx)](@/essays/web-security-basics-with-htmx.md) * [Hypermedia Friendly Scripting](@/essays/hypermedia-friendly-scripting.md) * [10 Tips For Building SSR/HDA applications](@/essays/10-tips-for-SSR-HDA-apps.md) * [Why I Tend Not To Use Content Negotiation](@/essays/why-tend-not-to-use-content-negotiation.md) @@ -40,7 +47,6 @@ page_template = "essay.html" * [Model/View/Controller](@/essays/mvc.md) * [Is Rendering JSON More Efficient Than Rendering HTML?](https://github.com/1cg/html-json-speed-comparison) * [Is JSON Smaller Than HTML?](https://github.com/1cg/html-json-size-comparison) -* [You Can't Build Interactive Web Apps Except as Single Page Applications... And Other Myths](@/essays/you-cant.md) ### Complexity Very Very Bad * [The Grug Brained Developer](https://grugbrain.dev) @@ -50,10 +56,6 @@ page_template = "essay.html" * [Is htmx Just Another JavaScript Framework?](@/essays/is-htmx-another-javascript-framework.md) * [htmx Implementation Deep Dive (Video)](https://www.youtube.com/watch?v=javGxN-h9VQ) -### On The Other Hand... -* [htmx sucks](@/essays/htmx-sucks.md) -* [Why Gumroad Didn't Choose htmx](@/essays/why-gumroad-didnt-choose-htmx.md) - ### Hypermedia History * [A File Structure For The Complex, The Changing and the Indeterminate (Ted Nelson, 1965)](https://dl.acm.org/doi/pdf/10.1145/800197.806036)