|
|
|
|
|
by CharlesW
1039 days ago
|
|
> With JS you must use JS or TS and the steam factory that comes with it. With htmx you can use any language. Can you elaborate on what you mean by this? Front-end framework don't care what language back-end logic is written in. For example, I have a Vue/Vite site that calls back-end functions that I'm gradually migrating from one language to another, and no front-end changes have been required. |
|
You can also do the same in Node if you want to, I currently have a TS website that is mostly templated HTML in production (without htmx). Htmx would be perfect for that site.