Elina

Results 255 comments of Elina

I don't think we should expand upon literals anymore. By adding exceptions, we create the possibility of running into edge cases. There's also the argument of, "if negative literals are...

Is this something we want to support? I would like to only allow what Rust considers as literals. Negative numbers are not that, so they should require to be wrapped...

Sorry, I mis clicked. Didn't mean to mark it as ready for review

As I understand, we don't expose a way to call methods on a component. What if the function component wants to allow calling method to perform an action? The nested...

I see. `use_imperative_handle` seems "magical" though. But I guess that's the spirit of function components

I was thinking of taking a shot at this. What's needed to make this PR ready to be merged?

This should be mentioned in the documentation. There's no mention of drop behavior on https://yew.rs/docs/next/concepts/suspense

> I don't how svelte does it but they created a declarative javascript language that gets compiled to efficient vanilla js imperative code with no virtual dom. > > I...

> I am not sure whether making properties default is better than existing behaviour. You're right, it's better to keep the option to the default as attributes and give the...

@WorldSEnder can you leave review here? It's blocked because of your review