Sign in
Log inSign up
Joash Xu

3 comments

Eduardo Enriquez
Eduardo Enriquez
May 23, 2023

hey amazing post! I'm learning a lot about htmx. But one question, I think there is an issue with some values. For instance, page = request.POST.get("page", 1), it can be empty quotes, and it will throw an error in the int. I just fixed adding an if, but I wanted to share with you the issue.

1
·
Norbert Nyiri
Norbert Nyiri
May 2, 2023

great stuff do you have some animations like in the other blog entries in the series? also a github link for the code would be nice to try it out

·
·1 reply
Joash Xu
Joash Xu
Author
·May 3, 2023

You can look at the structure and code at the following GitHub repo: github.com/joashxu/dj-htmx-fun.

·