Skip to content

Commit 23f2f7d

Browse files
author
Philip Norton
committed
Updating slides for hash bang code meetup.
1 parent 56d2382 commit 23f2f7d

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

src/slides.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ marp: true
4444

4545
# Using HTMX To Make Interactive Elements In Drupal
4646

47-
#### DrupalCamp England 2026
48-
4947
<!-- Speaker notes will appear here. -->
5048

5149
---
@@ -130,6 +128,23 @@ The state of the application is in the HTML, rather than kept external to it.
130128

131129
---
132130

131+
# HTMX Sucks?
132+
133+
- Crap code.
134+
- No build tools.
135+
- No Typescript.
136+
- No components.
137+
- etc. etc...
138+
- Reference: https://htmx.org/essays/htmx-sucks/
139+
140+
<!--
141+
- To address the elephant in the room.
142+
- Ok, so HTMX doesn't solve all the problems, but what framework would?
143+
- As a pragmatist, I like HTMX as it solves a problem and means we can move away from another proprietary JSON standard that is highly complex and poorly documented.
144+
- Drupal is GOOD at producing HTML output.
145+
-->
146+
---
147+
133148
## Installing HTMX
134149

135150
Download and include the single JavaScript file.
@@ -215,6 +230,9 @@ class Htmx {
215230
}
216231
}
217232
```
233+
<!--
234+
- Generally, you shouldn't need to detect that the request is a HTMX request, but Drupal makes use of it quite a bit.
235+
-->
218236

219237
---
220238

0 commit comments

Comments
 (0)