Trying to take the Rocket+Yew project I started last year then dumped and mod it so that in addition to the Yew SSR it has client-side rendering with the wasm thing, and the sites where the client-side components get filled in are placed in my SSR HTML. I don't want hydration, fuck hydration, this bitch is staying dry.
I *think* what I need to do is make a new crate within my workspace for the client code, select feature "csr" and build it with trunk ( ie https://yew.rs/docs/tutorial ).