Hotwire: HTML over the Wire
11–20 of 573 posts
Re: Hotwire: HTML over the Wire
#12I get the feeling it will draw a bit of criticism from this crowd. IMO it’s fine to experiment with tech like this, but I have to wonder where sending HTML fragments over Websockets instead of HTTP falls apart. Curious to hear about the success/horror stories in a few months/years from any adopters :)
Re: Hotwire: HTML over the Wire
#13I get the feeling it will draw a bit of criticism from this crowd. IMO it’s fine to experiment with tech like this, but I have to wonder where sending HTML fragments over Websockets instead of HTTP falls apart. Curious to hear about the success/horror stories in a few months/years from any adopters :)
Re: Hotwire: HTML over the Wire
#14Re: Hotwire: HTML over the Wire
#15Also a lot like React Server Components that we saw on HN yesterday[2]
It seems like this is the next wave of web apps. Hopefully once the hype settles, we'll be able to decide which approach is best for which project.
Re: Hotwire: HTML over the Wire
#16Re: Hotwire: HTML over the Wire
#17Re: Hotwire: HTML over the Wire
#18This seems cool, but the progress that HEY has made since launch isn't very impressive if that's the flagship example.
HEY's search UX, which uses these capabilities, has been abysmal since the day it launched. It's a much better experience if you disable JavaScript/Hotwire and fall back to the server-side-rendering instead of the hybrid mess they push down. I'm very disappointed that this hasn't been improved. (I sent feedback about this while they were still in their invite-only phase.)
We were also promised custom domain support by the end of the year, and we don't have a timeline or even pricing yet. (That's obviously backend and unrelated to this announcement.) I don't want to go back to Google, but the lack of improvement isn't giving me a lot of confidence as a HEY customer, so I'm considering alternatives.
Re: Hotwire: HTML over the Wire
#19It's hilarious that web servers rendering HTML and sending it to the browser over a TCP connection is now "cool new tech".
It's the answer for people that sick of the weight of modern webapp, where everything need to be rendered client side.
Re: Hotwire: HTML over the Wire
#20What's old is new again. I recall ASP.NET had some interesting tech around this in the 2000s where it could dynamically update parts of the page. If I recall correctly, this made use of that new technology of the time called "XMLHttpRequest" (/s) which pretty much jump-started web 2.0.
In the Microsoft-verse, this might also draw some comparisons to the more modern server-side blazor.