This works similarly to Solid, but without a custom Babel transform and with a different API. No VDOM: there's no VDOM overhead, the framework deals with raw DOM nodes directly. No stale closures: functions are always executed afresh, no need to worry about previous potential executions of the current function, ever. No rules of hooks: hooks are just regular functions, which you can nest indefinit