yew icon indicating copy to clipboard operation
yew copied to clipboard

Rust / Wasm framework for creating reliable and efficient web applications

Results 290 yew issues
Sort by recently updated
recently updated
newest added

#### Description Introduce an `use_async` hook, that performs a computation in another task and returns the result. (Probably) fixes #364 The main API design question is whether we want to...

Note: I *think* I followed the tuto right, but it may well be a user error - what really happens behind my back in `trunk serve --proxy-backend` indeed worries me....

bug

Bumps the cargo-deps group with 42 updates: | Package | From | To | | --- | --- | --- | | [gloo](https://github.com/rustwasm/gloo) | `0.10.0` | `0.11.0` | | [indexmap](https://github.com/indexmap-rs/indexmap)...

dependencies
rust

**Problem** Thank you for taking the time to read my issue. I'm not sure if this is my implementation error or a yew bug but I'll try to explain the...

question
ergonomics
documentation
A-yew

This is about: - [ ] A typo - [ ] Innaccurate/misleading documentation (e.g. technically incorrect advice) - [ ] Undocumented code - [x] Outdated documentation - [ ] Other...

documentation

**Problem:** While working on [`yew-alert`](https://github.com/next-rs/yew-alert), I noticed that `std::default::Default` is not implemented for `yew::UseStateHandle`. This could be beneficial when implementing the `Default` trait for a component's `Props`. For instance, in...

bug

#### Description Refactor of examples/game_of_life as follows: 1) Moved conway grid logic from main.rs to cell.rs - to better separate model & yew code. 2) Renamed cell.rs to conway.rs 3)...

Bumps the website-deps group in /website with 11 updates: | Package | From | To | | --- | --- | --- | | [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.0.0` | `3.1.1` |...

dependencies
javascript

Fixes a typo in the issue template. #### Description `Innaccurate` -> `Inaccurate` #### Checklist - [x] I have reviewed my own code - [ ] I have added tests