Comment by madeofpalk

7 days ago

> you must resort to WASM

Where does the 'must' come from? A react component will trivially handle 200k records with list virtualisation with just javascript

There is an offset (depending on the app) where JS crashes with stack overflow exception, and only WASM can continue from there. On the Nue example with user records the treshold was around 150k records (only slightly depending on the browser).

  • What? Nue will just crash with a stack overflow if you have an array of over 150k items?

    This seems like a pretty deep flaw. It would be okay to have poor performance, but flat out crashing seems bad.