Signals rendered as text/props & effects only "pull" as fast as needed for rendering. Since computeds run as-needed, they now only re-run as often as their downstream DOM output can be painted.
H/t to @jovidecroock.com for making this happen.
Signals rendered as text/props & effects only "pull" as fast as needed for rendering. Since computeds run as-needed, they now only re-run as often as their downstream DOM output can be painted.
H/t to @jovidecroock.com for making this happen.
And what if Radix itself became 60% smaller? And faster.
What if you could have all of Radix and Preact and a router... for less than half the original size of Radix? or of React?
And what if Radix itself became 60% smaller? And faster.
What if you could have all of Radix and Preact and a router... for less than half the original size of Radix? or of React?
render(
<h1>Hello {whom}</h1>
)
render(
<h1>Hello {whom}</h1>
)