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/a-real-world-react-to-htmx-port.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/a-real-world-react-to-htmx-port.md')
-rw-r--r-- | www/content/essays/a-real-world-react-to-htmx-port.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/content/essays/a-real-world-react-to-htmx-port.md b/www/content/essays/a-real-world-react-to-htmx-port.md index a68eb88e..b8a453d1 100644 --- a/www/content/essays/a-real-world-react-to-htmx-port.md +++ b/www/content/essays/a-real-world-react-to-htmx-port.md @@ -1,14 +1,14 @@ +++ title = "A Real World React -> htmx Port" description = """\ - David Guillot at Contexte gave what we are calling "The Mother of All htmx Demos" at DjangoCon 2022. This essay \ + David Guillot at Contexte gave what we are calling 'The Mother of All htmx Demos' at DjangoCon 2022. This essay \ summarizes this real-world case study of replacing React with htmx in a SaaS product, demonstrating significant \ improvements in code size, performance, and development team efficiency through the adoption of a hypermedia-driven \ architecture.""" date = 2022-09-29 updated = 2022-10-15 +authors = ["Carson Gross"] [taxonomies] -author = ["Carson Gross"] tag = ["posts"] +++ |