brendonmatos / golive

⚡ Live views for GoLang with reactive HTML over WebSockets 🔌
MIT License
263 stars 17 forks source link

https://laravel-livewire.com/ and https://github.com/patrick-steele-idem/morphdom #39

Closed pjebs closed 2 years ago

pjebs commented 2 years ago

Lavavel Livewire uses the https://github.com/patrick-steele-idem/morphdom library to diff the dom updates.

Does this package do the same thing?

brendonmatos commented 2 years ago

Yes. But golive delivers also offer server implementation.