Wasm splitting in yew by WorldSEnder · Pull Request #3932 · yewstack/yew
makes it possible to implement a helper macro without the user pulling in an extra dependency and has tighter version requirements.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters