mc1098
mc1098
This is about: - [x] Undocumented code **Problem** Add a diagram of the component lifecycle under ['Lifecycle' in the docs.](https://yew.rs/docs/concepts/components#lifecycle) This issue was originally started in the yewstack/docs - [Original...
Supporting optional dyn attributes would bring the `view!` macro inline with the builder API: https://github.com/sycamore-rs/sycamore/blob/b6414fa9ffe6debc9245e0df5111e89eeece2fea/packages/sycamore/src/builder.rs#L162-L178 This allows for not only dynamic changes to the attribute value, which is currently supported,...
**Describe the bug** The "closure invoked recursively or destroyed already" bug we have all come to know and love in wasm. I can fix this by changing the `handle_submit` closure...