Martin Kavík

Results 228 comments of Martin Kavík

> I don’t know how to send events. What's the problem in your code? Also you can draw inspiration from the hamburger + menu (aka dropdown) explained in the official...

I'll skip 0.6. I want to refactor it once Seed has stable basic API (https://github.com/seed-rs/seed/milestone/2) and [Seeder](https://github.com/MartinKavik/seeder) is usable at least for build, auto-reload and release build.

On the first look: - Surf seems to be too young - for example I didn't found functions to set timeout. - Reqwest's WASM support is WIP - https://github.com/seanmonstar/reqwest/pull/630. -...

Reqwest, Surf and probably other libraries depends on `rust-url`, which can be problem - see https://github.com/servo/rust-url/issues/557#issuecomment-544917435. So we probably have to create alternative to `rust-url` which would have the same...

Ad example with `inverse` - I don't know if I'm a fun of that API. - Users have to remember a new API - `#[computed(inverse = "set_fahrenheit")]` - The code...

@mankinskin We plan to focus on performance once https://github.com/seed-rs/seed/issues/525 and https://github.com/seed-rs/seed/issues/537 are resolved and ideally [Seed Hooks](https://seed-style-hooks.netlify.app/hooks_home) are integrated into Seed. Then, `view` functions would look like: ```rust #[view] fn...

> What is the status of `seed_hooks` ? > > I see we have https://github.com/seed-rs/styles_hooks updated recently, so I guess this is our official repos for it now, isn't it...

`orders` is a parameter in your `init` and `update` function that allows you to "give orders" to Seed. So _orders_ are basically just method calls that Seed/runtime should handle. _commands_...

News: - [github.com/DeMille/wasm-glue](https://github.com/DeMille/wasm-glue) - [Overrides](https://github.com/DeMille/wasm-glue/blob/5836c938a6ee21f4c8427265347458525c547e2a/src/lib.rs#L56-L65) standard macros so I think we can't / don't want to use it. - [github.com/Stebalien/gag-rs](https://github.com/Stebalien/gag-rs) - Not usable at the moment. - Required Rust function...

@David-OConnor I suggest to leave it open for a few days so other guys can see this issue and Rust developers know that we (WASM app developers) want this feature.