What is Ilha?


Ilha is a small reactive UI framework built around the concept of islands: self-contained, focused components that render on the server and activate in the browser only where interactivity is actually needed.

Rather than relying on a virtual DOM or a compiler-heavy single-file format, it uses fine-grained signals and a...