Elina
Elina
I couldn't figure out anything regarding size increase. If I had to guess, maybe it's because `yew` now enables more web-sys features? Not quite sure. 2KB isn't much, especially with...
I think instead of increasing wasm-bindgen public API and adding another intrinsic, this can be implemented using already exposed API, so perhaps this should be part of gloo? inline_js snippet...
Closing this as the library has been updated to next Yew version.
I don't think that is the right solution. gloo-worker is meant to be used to interact with Web Workers. For your case, you can have a wrapper crate in your...
I just ran `curl https://yew.rs/tutorial/data.json` and it returns the JSON for me. It appears you are querying the tutorial home page instead of the data.json file. The home page will...
Your versions are incorrect. All the examples are tested as part of CI run on every commit. Please show your Cargo.toml file
You can't have mismatched versions. Either use both versions from crates.io or git. Yew from git is a different crate compared to 0.21 from crates.io and vice versa. yew-router from...
Would you like to PR a change for 0.21 docs?
Do you have any ideas on what the documentation should be? I would be happy to look at any PRs updating the docs
You need to run macro tests locally `TRYBUILD=overwrite` to bless the output files. Also, I don't think we need to raise the MSRV to 1.68 (or even 1.67, now that...