Hacker News new | ask | show | jobs
by networked 2208 days ago
Nice list. I have been cataloging LiveView workalikes (https://github.com/dbohdan/liveviews), and I've added some of the ones you mention.
2 comments

You should add laravel livewire

https://laravel-livewire.com/

I'm surprised (and happy) that you added ts-liveview. I'm working on 1.0 moving to use primus.js instead of raw websocket for better (dis)connection handling, and trying to make the integration of s-js less noisy.