Reegan Layzell

Results 3 comments of Reegan Layzell

Is there some technical reason this isn't available yet? How are we supposed to represent a value type otherwise?

I'm surprised that you got those results running `npx tsc --extendedDiagnostics` I was able to get the same running that command. However, if you include `.\index.ts` (i.e. `npx tsc .\index.ts...

So I managed to improve my performance issues by lazy-loading the components for the `activePage` and pages either side of it by conditionally rendering them. Feels like the `offscreenPageLimit` should...