UnoCSS Starter Theme - Twig hot reload

Tags

When developing a theme, changes to CSS are reloaded instantly, but twig changes trigger a page refresh.

How can we make the twig component hot reload on changes?

Drupal should be able to reload a template or SDC using AJAX.

The Refreshless module may be able to handle this in the future.

https://www.drupal.org/project/refreshless/issues/3397367

CL Server supported something similar.

https://www.drupal.org/project/cl_server

Will Experience Builder change things? Components should be live previewable.