seed icon indicating copy to clipboard operation
seed copied to clipboard

A Rust framework for creating web apps

Results 75 seed issues
Sort by recently updated
recently updated
newest added

`... can return only Msg, Option or ()!` is the current panic message. In the most cases users try to use incompatible `Msg` type (e.g. the parent's one instead of...

docs

- [x] Event listener patching - https://github.com/seed-rs/seed/issues/138#issuecomment-554961733 - [x] Refs - https://github.com/seed-rs/seed/issues/115#issuecomment-557036133 - [ ] VirtualNode - https://github.com/seed-rs/seed/issues/180#issue-465733737 - [x] Clone elements with listener - https://github.com/seed-rs/seed/issues/316 - [x] Try to...

enhancement

Library: https://crates.io/crates/wasm-mt - It uses nightly features [trait_alias](https://doc.rust-lang.org/beta/unstable-book/language-features/trait-alias.html) and [async_closure](https://doc.rust-lang.org/beta/unstable-book/language-features/async-closure.html). Interesting links: - https://rustwasm.github.io/wasm-bindgen/exbuild/raytrace-parallel/ - https://rustwasm.github.io/2018/10/24/multithreading-rust-and-wasm.html - https://blog.scottlogic.com/2019/07/15/multithreaded-webassembly.html - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/Planned_changes#WebAssembly_Shared_Memory - https://web.dev/earth-webassembly/ This issue is a starting point for future...

enhancement

Hi, Trying to get my head around some concepts. Can someone kindly shed some light on what commands and orders are ? Are they the same thing? If not, how...

question

gloo_events looks like it would make sense in seed as a replacement for some of seed's event management code. Seed is already using gloo_timers and gloo_file, and seed has a...

![image](https://user-images.githubusercontent.com/16214/82413432-39cbed00-9a6d-11ea-830e-b4a337462d1f.png) Now that comprehensive styling is possible ( [Seed Style](https://sleepy-galileo-cdf13e.netlify.app/) ). I thought I would see what abstractions could be sensibly built on top. One thing I really love about...

- [ ] Update non keyed benchmarks. - [ ] Implement keyed benchmarks. The key benchmark cannot be fully implemented (see https://github.com/krausest/js-framework-benchmark/issues/694). Our keyed VDOM implementation recreates one of the...

Although at some point a thorough look at all performance aspects of Seed will be useful (particularly vdom-diffing). I thought I would highlight some issues I have encountered whilst reviewing...

enhancement

Hi, since we are about to release 0.7 I would suggest renaming some `Orders` methods, for clarity and readability and consistently, here is some better names: - `send` `send_msg` -...

Setup a benchmark with [other WASM front end frameworks](https://github.com/flosse/rust-web-framework-comparison#frontend-frameworks-wasm) like Yew, Percy Also add Seed to [this benchmark ](https://github.com/krausest/js-framework-benchmark) which will allow us to compare Seed with front-end JS frameworks/libraries,...

docs