>>106108208htmx is designed to solve the problem of wanting a single page application but not having the primitives needed to do so.
it's designed to be essentially an extended html syntax with more functions related to rendering after pulling data.
If you have no need to change your HTML and CSS because you only make static pages, frameworks are not for you.
If you want your HTML and CSS to re-render without a page load, or to render parametrically on the server side, something needs to print out the completed HTML and CSS, and that is usually a framework.