-
Notifications
You must be signed in to change notification settings - Fork 1.3k
perf(serdes): vnode tree shaking #6963
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
|
5bb41b3
to
050f444
Compare
82cd808
to
81adca6
Compare
Co-authored-by: Varixo <admin@varixo.pl>
Co-authored-by: Varixo <admin@varixo.pl>
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.