diff options
author | Carson Gross <carson@bigsky.software> | 2024-09-20 11:11:05 -0600 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2024-09-20 11:11:05 -0600 |
commit | b71af75f1af7d5d3ae562686625fe131f6923e5a (patch) | |
tree | 5036eead437f272b91e53c001cff82253a26497d | |
parent | c2a29ce57402da6676ceeb2ecd5c78a18a8bc1be (diff) | |
download | htmx-b71af75f1af7d5d3ae562686625fe131f6923e5a.tar.gz htmx-b71af75f1af7d5d3ae562686625fe131f6923e5a.zip |
fix
-rw-r--r-- | www/content/essays/you-cant.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/content/essays/you-cant.md b/www/content/essays/you-cant.md index ff980635..4c05dc8e 100644 --- a/www/content/essays/you-cant.md +++ b/www/content/essays/you-cant.md @@ -294,8 +294,7 @@ hand. Below is a video of that code being used to hide or reveal log items in th <source src="/img/you-cant/expanding-log-item.mp4"> </video> -## Final Myth: Without a *“Proper”* frontend framework, your Client-side Javascript will be -[Spaghetti and Unmaintainable](https://www.reddit.com/r/webdev/comments/bkk0gl/avoiding_the_vanillajs_spaghetticode/). +## Final Myth: Without a *“Proper”* frontend framework, your Client-side Javascript will be [Spaghetti and Unmaintainable](https://www.reddit.com/r/webdev/comments/bkk0gl/avoiding_the_vanillajs_spaghetticode/). This may or may not be true. |