This commit is contained in:
Carson Gross 2024-05-22 11:48:15 -06:00
parent 37332bb9bd
commit 0232759b68

View File

@ -94,14 +94,17 @@ Look at this jQuery code from 2008:
$( "#result" ).load( "ajax/test.html" );
```
Oh, wow, super innovative stuff htmx folks:
And look at this super innovative stuff the htmx folks give us:
```html
<button hx-get="/ajax/test.html">
<button hx-get="/ajax/test.html"
hx-target=""#result"">
Load
</button>
```
Wow. Amazing.
It would be funny if it weren't so infuriating.
## No Components