Hacker News new | ask | show | jobs
by bdcravens 2076 days ago
Stimulus Reflex is picking up a lot of steam among Rails developers. It's not novel - it's the same approach being used in LiveView in Phoenix, Blazor in dotnet, and LiveWire in Laravel. (Details vary a bit, but basically DOM diffing over web sockets, with HTML being rendered on the server as opposed to heavy client side logic transforming JSON/GraphQL)
1 comments

You managed to pique my interest more in 4 sentences than that entire article did. Thanks!