|
|
|
|
|
by cyanregiment
17 hours ago
|
|
HTMX is amazing on paper, not in real life. It loses things like scroll position and text highlighting on re-render - it’s not high performance like React. This is for server sided or static web pages not building rich UI. There is no robust state management or DOM performance improvements you get with React with larger components. HTMX team should build a game with it. Load some 3D in WebGL/WebGPU, showcase high performance UI. Or showcase complex state management. I need more than syntax idealism. |
|