Chingzilla

joined 1 year ago
[–] [email protected] 14 points 1 week ago (2 children)

Htmx does use javascript under the hood, but just makes it so the developer can use html markdown for more a more interactive environment that's driven sever side. So the initial page load should render, but UI elements might not work as intended.

htmx is more a move back to REST as it was originally defined (aka not json backend).