top | item 34532209

(no title)

moxplod | 3 years ago

First I heard of HOTWIRE. I have been using PJAX for a decade now, which is a similar concept.

I use .net mvc with a razor templating engine. But this can be used with any backend.

It makes it super easy for me to maintain all my UX in server-rendered HTML templates. I get a clean SPA with super high development efficiency with MINIMAL javascript.

The best part was I could hire any developer and they know how to work in basic HTML/JS/CSS.

Edit: Reading more, I might need to spend time looking into HTMX/Hotwire as a replacement for PJAX at some point.

discuss

order

rahoulb|3 years ago

I love Hotwire and it's reinvigorated my love of Rails.

0xblinq|3 years ago

Check out also Unpoly. It’s probably the most “batteries included” of this kind of tools, although not as popular.

evolve2k|3 years ago

Can you expand further?

What has you bother to introduce unpoly when Hotwire is included by default? Aka, what are the main things missing/better that drive you to use unpoly.

kcartlidge|3 years ago

Worth looking into Hotwire. It works well with .NET MVC.