contact-app
contact-app copied to clipboard
In the chapter on using htmx to send the email to the server to surface validation errors prior to form submission: the email of the contact gets set on the...
Can someone help me to make sense of this? https://github.com/bigskysoftware/contact-app/blob/6b9449c93e67b4f2526763bd3e91700b3023f455/templates/layout.html#L16-L17 I cannot figure out what this is and how it's supposed to work. It's not standard HTML tags, so what...
For folks coming from other languages / frameworks it would be handy to have a readme the outlines the steps to get the example app up and running 🙂
change to apline.js bulk delete code in contact_delete_all() view so bulk delete process is completed correctly.
Hey guys! Working through the book and loving it! I noticed that in the edit functionality if you ignore the errors for a duplicate or empty field it shows the...
Currently there appears to be no copyright license on this repo. Given that the author has thusfar declined to pursue actions against any of the forks (or Go reimplementations) of...
Great book! I'm working through the Alpine.js chapter adding the bulk action toolbar "Alpine.js in Action: A Bulk Action Toolbar" How would you implement the select all contacts feature? Thank...
I noticed the missing css is out of date and needs updating.
Hi there. I'm working my way through your excellent hypermedia book and I'm wondering if there could be a non or pre-htmx version/branch of the code to work from as...
I've implemented the Contact App using Go with examples from specific chapters isolated to separate branches. That repository is available here: https://github.com/mousedownco/htmx-contact-app