Talk in English - US at PHP Tek 2026
Short URL: https://joind.in/talk/c47ae
(QR-Code (opens in new window))
Modern web development has become a race for "fine-grained reactivity." We?ve traded predictable code for a complex web of Proxies, Signals, Compilers, and hidden dependency tracking. But what if we stopped trying to be clever and just embraced the simplicity of the render loop?
In this talk, we?ll explore @inglorious/web, a lightweight framework that dares to do the unthinkable: re-render the entire template tree on every state change. By combining an Entity-Based state model with the surgical DOM-diffing of lit-html, we can achieve high-performance UIs with zero component state, zero lifecycle hooks, and zero memory leaks.
Comments
Please login to leave a comment