Show HN: I made a HTMX Playground 100% in the browser
11–20 of 126 posts
Re: Show HN: I made a HTMX Playground 100% in the browser
#12Is Htmx just the long overdue successor to DHTML that was all the hype in, say, 1997?
Re: Show HN: I made a HTMX Playground 100% in the browser
#13hey there, I'm the creator of htmx, and I really appreciate you making this! very cool!
Re: Show HN: I made a HTMX Playground 100% in the browser
#14Re: Show HN: I made a HTMX Playground 100% in the browser
#15Is Htmx just the long overdue successor to DHTML that was all the hype in, say, 1997?
Re: Show HN: I made a HTMX Playground 100% in the browser
#16Is Htmx just the long overdue successor to DHTML that was all the hype in, say, 1997?
Re: Show HN: I made a HTMX Playground 100% in the browser
#17Is Htmx just the long overdue successor to DHTML that was all the hype in, say, 1997?
believe it or not I was around back then and, no, htmx is not the successor to DHTML, which was very JavaScript heavy htmx is an attempt to generalize the two core hypermedia controls in HTML (anchors & forms). It does this by making any element able to respond to any event by issuing any type of HTTP request and then placing the returned HTML anywhere (and in any manner) in the DOM. This last idea is called transclu…
Re: Show HN: I made a HTMX Playground 100% in the browser
#18Re: Show HN: I made a HTMX Playground 100% in the browser
#19Is Htmx just the long overdue successor to DHTML that was all the hype in, say, 1997?
believe it or not I was around back then and, no, htmx is not the successor to DHTML, which was very JavaScript heavy htmx is an attempt to generalize the two core hypermedia controls in HTML (anchors & forms). It does this by making any element able to respond to any event by issuing any type of HTTP request and then placing the returned HTML anywhere (and in any manner) in the DOM. This last idea is called transclu…
The book is great though. If you can't afford it I highly recommend reading it on the website. I haven't gotten through the last section just yet due to family obligations unfortunately but I look forward to finishing it soon.
Re: Show HN: I made a HTMX Playground 100% in the browser
#20Nice! I have been using maplibre with django and htmx. I should try and put an example up there to share with others.
I would love to see your project as well.