Hacker News new | ask | show | jobs
by max_ 949 days ago
I would like to know more about these limitations. I haven't used HTMX on more than a hobby project myself.

>You have to return the html object from API which has its own set of problems.

If you mean that HTMX can't consume JSON. Can't you just create a separate end point for JSON responses?

1 comments

Of course that is possible, but wouldn't that make the project more complex again?