#python
Read more stories on Hashnode
Articles with this tag
Since I got a better grasp of what HTMX is all about, I decided to see what hyperscript, a companion of HTMX, can do for my project. The starting...
While I used HTMX alert when deleting post comments, I felt like deleting a whole post was a bigger deal and should have a more fancy warning. Bulma...
In my previous post I converted my boring commenting feature to use HTMX and make commenting much faster. One thing I didn't like about this was that...
As I mentioned in my previous post, my blogging app written in Flask allows users to post comments under each post. The post page contains a little...
My blog app written in Flask allows users to post comments under each post. I wanted to implement an easy way for users to delete their own comments...
I haven't seen many examples of how to use HTMX with Flask, so I'm documenting little snippets from my own code for anyone who wishes to make use of...