Elina
Elina
Would it be possible to pass a base prop to `Switch` and prepend that to the route when navigating/matching? The route given to `pushState` will be `basename (from )/{base}/route`. Similarly,...
@voidpumpkin, assigning this to you since you're working on it and it's mentioned in the documentation
I think @siku2 is the only who can do that. The repository needs to be unarchived for the file to be edited
I'm not sure about any guarantees about Key. Really, it's just `IString::Rc`, so hashing would be performed on the inner str.
:+1: Good idea. That's how it should've been in the first place
If it's done with Hash, it's worth benchmarking the performance (not sure how good our CI is for that, @voidpumpkin can comment on that). While I doubt there will be...
I assume that is in bytes? An increase of ~40KB is a significant increase in binary size
> I get something like 10kb variability between builds so it isn't that big of a deal for me In release builds with `wasm-opt` and the [build size optimizations](https://yew.rs/docs/next/advanced-topics/optimizations)? If...
I've had it happen too but in that case compilation fails and the compilers suggests running this command This happens when the target is installed for one toolchain but another...
@voidpumpkin see this https://github.com/yewstack/yew/blob/e1b51218ec01e10de15a18c8deb019b93e34e66b/website/versions.json#L1-L4 The version number is `0.19.0`. Changing it now is annoying but we should not add the patch version in the future