I like the theory of this (that is: using XHR to update parts of a page with the result of requests) I'm immediately turned off by the demo though, because it's relying on a 'fake http server' in the client side JS. If your toy examples can't be run against a real server, I have zero expectation of it working well for non-trivial examples.
"Can't be run against a real server" sounds like a straw man you just made up? I'm astonished about how much you believe you can ascertain based on this... It's a demo, mocking a server is completely fine and also allow them to show it working without relying on other things. I mean, this is actually even better. You can expand the mock-server down below and see what's happening.
Htmx – high power tools for HTML
131–140 of 175 posts
Re: Htmx – high power tools for HTML
#132Earlier quoted context omitted.
"Can't be run against a real server" sounds like a straw man you just made up? I'm astonished about how much you believe you can ascertain based on this... It's a demo, mocking a server is completely fine and also allow them to show it working without relying on other things. I mean, this is actually even better. You can expand the mock-server down below and see what's happening.
Would you buy a car if when you took it for a test drive, it had no engine but instead the salesman sat next to you and made "vrrm vrrm" noises for 20 minutes?
Re: Htmx – high power tools for HTML
#133Earlier quoted context omitted.
Would you buy a car if when you took it for a test drive, it had no engine but instead the salesman sat next to you and made "vrrm vrrm" noises for 20 minutes?
Are you purchasing this JS library? Does it not make sense to reduce server load in order to reduce the cost of demonstrating a free product?
Reducing server load makes sense. Use a CDN or proxy, and aggressively cache responses.
Adding an entirely faked backend response, so that the examples don't actually show the real traffic it would generate is both adding complexity to the demo, and potentially giving a misleading picture of how usable the library is: for all we know, it's too slow to use as the examples show, because a real HTTP request to a backend is going to be slower than a javascript function returning a pre-determined string.
Re: Htmx – high power tools for HTML
#134I like the theory of this (that is: using XHR to update parts of a page with the result of requests) I'm immediately turned off by the demo though, because it's relying on a 'fake http server' in the client side JS. If your toy examples can't be run against a real server, I have zero expectation of it working well for non-trivial examples.
"Can't be run against a real server" sounds like a straw man you just made up? I'm astonished about how much you believe you can ascertain based on this... It's a demo, mocking a server is completely fine and also allow them to show it working without relying on other things. I mean, this is actually even better. You can expand the mock-server down below and see what's happening.
Developer tools in browsers are a thing that exist, and show you what is actually requested.
Re: Htmx – high power tools for HTML
#135Earlier quoted context omitted.
"Can't be run against a real server" sounds like a straw man you just made up? I'm astonished about how much you believe you can ascertain based on this... It's a demo, mocking a server is completely fine and also allow them to show it working without relying on other things. I mean, this is actually even better. You can expand the mock-server down below and see what's happening.
Would you buy a car if when you took it for a test drive, it had no engine but instead the salesman sat next to you and made "vrrm vrrm" noises for 20 minutes?
The library is displayed fully functionable, but other parts are mocked. Your example is asinine.
Re: Htmx – high power tools for HTML
#136Re: Htmx – high power tools for HTML
#137hello, I'm the creator of htmx (and originally intercooler) I just released 0.0.4, so htmx is still very young, but it's got a decent test suite: https://htmx.org/test/0.0.4/test/ there is a nice extension mechanism: https://htmx.org/extensions/ and some very rough docs on how to pull off pure HTML animations: https://htmx.org/examples/animations/ happy to answer questions
intercooler looked cool. never got to try it due to jquery dependency. but will definitely give htmx a try. my current project will either be htmx or alpine.js. Thank you for your work, in preventing SPA bloat ie providing an alternative
Re: Htmx – high power tools for HTML
#138Earlier quoted context omitted.
Are you purchasing this JS library? Does it not make sense to reduce server load in order to reduce the cost of demonstrating a free product?
Using the library is an investment of time, and time is worth money, so yes. Reducing server load makes sense. Use a CDN or proxy, and aggressively cache responses. Adding an entirely faked backend response, so that the examples don't actually show the real traffic it would generate is both adding complexity to the demo, and potentially giving a misleading picture of how usable the library is: for all we know, it's t…
Re: Htmx – high power tools for HTML
#139Earlier quoted context omitted.
Using the library is an investment of time, and time is worth money, so yes. Reducing server load makes sense. Use a CDN or proxy, and aggressively cache responses. Adding an entirely faked backend response, so that the examples don't actually show the real traffic it would generate is both adding complexity to the demo, and potentially giving a misleading picture of how usable the library is: for all we know, it's t…
If instead the salesman took you and a car that included an engine out on a test track, would you not buy the car because the test track was fake? You are not buying the test track so you shouldnt care. You are not buying htmx's demo backend either so you shouldnt care.