top | item 45607764

(no title)

jarek83 | 4 months ago

I wonder what made it hard for you in Rails.

discuss

order

sodapopcan|4 months ago

As a fan of both, the LiveView DX is simpler than Hotwire's (though of course there are trade-offs both ways). With Hotwire you have the think about frames whereas LiveView is more like React where you just change the state and the appropriate diff is patched in without having to think about much else. This is not to say that Hotwire's frames are complex, LiveView is just that much simpler in that regard.

omnimus|4 months ago

Liveview is also websockets. For many usecases going with simple http requests is a good limitation.