Skip to content

Commit d0e8dc1

Browse files
Corrected QR code. Updated slides.
1 parent fb29b17 commit d0e8dc1

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

src/assets/images/qr_slides.png

-1.45 KB
Loading

src/slides.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -681,11 +681,6 @@ public function action() {
681681
- The trait `HtmxRequestInfoTrait` is part of the `FormBase` class.
682682
- The `request_stack` service is also part of the form.
683683

684-
```php
685-
if () {
686-
// Respond to HTMX request.
687-
}
688-
```
689684
<!--
690685
- There's no need to include the request object in the form.
691686
-->
@@ -745,21 +740,22 @@ Also, use post requests for HTMX in forms.
745740

746741
# Resources
747742

743+
- #htmx on Drupal Slack.
748744
- [htmx.org](https://htmx.org/) - https://htmx.org
749745
- [HTMX Labs](https://htmxlabs.com/) - https://htmxlabs.com
750746

751747
---
752748

753749
## Questions?
754750

755-
- Slides: https://github.com/hashbangcode/drupal-htmx-talk
751+
- Slides: https://bit.ly/4tFKUBK
756752

757753
![bg h:50% right:30%](../src/assets/images/qr_slides.png)
758754

759755
---
760756

761757
## Thanks!
762758

763-
- Slides: https://github.com/hashbangcode/drupal-htmx-talk
759+
- Slides: https://bit.ly/4tFKUBK
764760

765761
![bg h:50% right:30%](../src/assets/images/qr_slides.png)

0 commit comments

Comments
 (0)