top | item 42331573

(no title)

audessuscest | 1 year ago

HTMX is certainly easier, but it's the worse if you want to actually learn FE

discuss

order

akdor1154|1 year ago

Strong disagree, it would be a great way to learn vanilla html/CSS/js without kneecapping yourself.

audessuscest|1 year ago

How do you learn JS by using htmx exactly ?

runako|1 year ago

Couldn't one say the same thing about using any framework that provides capabilities that otherwise would have to be learned?

digdugdirk|1 year ago

As someone who isn't a web developer, what do you mean by that?

audessuscest|1 year ago

HTMX abstracts functionality into pseudo-HTML attributes, allowing you to handle tasks like event binding and DOM/content manipulation that would typically require JavaScript. By using HTMX, you primarily focus on learning HTML and its attributes, with minimal need to learn JavaScript.

baq|1 year ago

Not sure how to interpret what you're saying.

HTMX allows you to learn the very basics: the HTML which is almost verbatim turned into DOM which the browser renders. It's the FE. Everything else is layers upon layers of abstraction which ultimately compile down to the DOM representation of HTML.

...or to put it differently, quoting HTMX's author: using HTTP to transfer HTML? How queer!

audessuscest|1 year ago

Sounds like you don't know anything about FE except htmx...