|
|
|
|
|
by silentguy
943 days ago
|
|
I have used HTMX with Flask and Jinja. It makes the process much simpler to do the frontend development as a backend developer. But I can see its limitations. It's not suitable for anything bigger than a hobby project. Also, it doesn't help with keeping the frontend and the api totally separate. You have to return the html object from API which has its own set of problems. |
|
This is patently false. It is being used in multiple significant production systems:
https://www.commspace.co.za/
https://zorro.management/
https://www.contexte.com/
https://turboscribe.ai/
and many more. There are times where htmx isn't the right choice, but the idea that its not useful for anything more than a hobby project is simply false.