Closed jaredkrinke closed 10 months ago
It's re-rendering at least Sic1Ide every time a byte of memory is updated (256ish times when initializing).
Preact batched updates; does React not do this?
Looks like updates are batched by default in React 18 only when using the new createRoot
API.
Some sort of infinite render loop? There's no way React is this much slower than Preact, right?