Hacker News new | ask | show | jobs
by coder_san 1047 days ago
Have you tried htmx?
2 comments

htmx isnt meant to solve frontend element problems, it's for more easily communicating with a backend.
Yes! I just used it last week to create a quick gallery website. It's been a lot of fun playing around with it. Like the other poster said though I wasn't able to get it to do everything I wanted in frontend so used a bit of vanilla javascript as well.