QwikDev / qwik

Instant-loading web apps, without effort
https://qwik.dev
MIT License
20.85k stars 1.31k forks source link

[📖] Capturing the lexical scope - big data is always serialized #7027

Closed yringler closed 3 weeks ago

yringler commented 3 weeks ago

Suggestion

I'm not sure if this is a bug or a documentation request... In the capturing lexical scope page in the tutorial, largeData is always serialized into the script type="qwik/json", even when the jsx doesn't reference the store directly.

Is this a regression? Or something in the docs which needs to be updated?

yringler commented 3 weeks ago

Closed as duplicate of #6920