|
|
|
|
|
by amanzi
744 days ago
|
|
The difference, is that with HTMX, the above line and the HTMX JavaScript file is all you need. There is no separate build systems, or mess of dependencies, or anything like that. You just link to the HTMX JS file, and you're away. I think it's fair to say the HTMX learning curve is significantly different to React. |
|
Why is that necessarily a bad thing? Django's build system is atrocious too; eg there's no consensus around what web server you should use https://docs.djangoproject.com/en/5.0/howto/deployment/. Yet that doesn't prevent you from using the framework.
> I think it's fair to say the HTMX learning curve is significantly
Agree to disagree I'm afraid. It's not just the fact that you have to learn HTMX, but also how to work with SSR.
And of course, I got downvoted :). Which is a shame because it discourages me from spending time explaining an alternative view in the hopes that I could help.