-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf(serdes): vnode tree shaking #6963
Conversation
|
5bb41b3
to
050f444
Compare
82cd808
to
81adca6
Compare
Co-authored-by: Varixo <[email protected]>
Co-authored-by: Varixo <[email protected]>
commit: |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Only serialize vnodes that are being used.
It's mostly working, tests need updating, but in e.g. the playground has some vnodes it can't find after SSR, so we are missing some ways vnodes are referenced.
It's also serialing all vnode metadata for testing, which is way too much.