Wasm splitting in yew by WorldSEnder · Pull Request #3932 · yewstack/yew

github-actions[bot]

github-actions[bot]

github-actions[bot]

github-actions[bot]

Madoshakalaka

@WorldSEnder

don't start fetching once per component, cache the vtable.

@WorldSEnder

makes it possible to implement a helper macro without the user
pulling in an extra dependency and has tighter version requirements.

@WorldSEnder

@WorldSEnder

github-actions[bot]

@WorldSEnder

we accept the penalty of running a lot of lifecycle hooks twice:
once for the Lazy<_> component, once for the inner one, and just forward
messages and other things, instead of hacking around in Scope.

github-actions[bot]

@WorldSEnder

github-actions[bot]

@WorldSEnder

github-actions[bot]

Madoshakalaka

@WorldSEnder

github-actions[bot]

WorldSEnder