At my #drupaldevdays presentation I mistakenly said #lupusDecoupled compares to laravel livewire. That's wrong, it compares well to Inertia.js though!
Livewire is about controlling the frontend from the backend, like Drupal ajax. Lupus Decoupled facilities keeping frontend control in the frontend, so things stay simple. See https://lupus-decoupled.org/get-started/how-it-works
How it works

In a nutshell, Lupus Decoupled Drupal provides an API to fetch data about pages from Drupal by using custom elements. That way the backend may compose pages out of high-level components, while a modern frontend framework like Vue.js may be used for rendering.

@fago looking forward to the video recording. So bummed to not have been there this time around.
@e0ipso Yes, a pity you did not make it, we missed you!
However, recordings are already up! ⏩
https://www.youtube.com/live/KKTl4z_MGSg
Getting started with Lupus Decoupled Drupal

YouTube
@e0ipso @fago loved they were live streamed, amazing work
@fago I found the presentation inspirative. #LupusDecoupled is on my list of #DrupalDevDays ideas/technologies/modules, which I would like to test. Thanks for your presentation and the code contributions!