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 Fixes #3296 by raising an error when trying to provide children to `` and asserting the correct way to provide default value to it in the docs, which...

**Problem** Elements are re-rendered even if they didn't change, when there's a list below them. It works correctly in yew `0.19.3`, but no longer in yew `0.20.0`. This is especially...

bug
documentation

#### Description At some point in time, html_nested broke and started returning VNode instead of inner types. This PR fixes that #### Checklist - [x] I have reviewed my own...

bug
breaking change
A-yew-macro

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

documentation

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

documentation

#### Description I added a link to the migration guides at the top of the changelog. Since the website did not have an index for the migration guides, I added...

#### Description Change the #[function_component] attribute to #[component] by default (the original name is kept as a re-export for backwards compatability). With the current state of function components, it is...

A-yew
A-yew-macro

Add Oxford comma; correct misspelled abbreviation ‘Wasm’; change ‘Installing’ in heading to ‘Install’, to be consistent with other headings; correct misspelled past tense of the verb ‘set up’, correct grammar...

Hi, I'm trying to pass a state as dependency for a callback function, this state is a vector of struct, I get no compiler error, but the callback never update...

bug

Link to migration guides at the top of changelog

good first issue
meta