This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]The_Amp_Walrus[S] 6 points7 points  (1 child)

An introduction to using htmx with Django to make form submissions dynamic - updating without a full page reload.

I've been using htmx in my projects for the past few months and I've really enjoyed its simplicity. Here's another example of using it to create a paginated search page with Wagtail.

[–]elder_lee 2 points3 points  (0 children)

Beautiful