4 ms·
The problem with HTMX is not network traffic but needing to use hyperscript for anything advanced.
by yyyk 2mo ago
The problem with HTMX is not network traffic but needing to use hyperscript for anything advanced.
- antihero 2mo agoAlso don't you entirely lose typing? My favourite thing about TSX is that it is typechecked. How do you do that with random strings of HTML?
- igor47 2mo agoI still write tsx and my components look very similar to react -- just no hooks. The difference is I render to html server side and send the rendered html. Look into it in hono