render.rs
render.rs copied to clipboard
Optional parameters?
I don't see any way currently to use optional parameters. This would be a nice addition, though I'm not sure how it would technically work
Maybe something like <SomeComponent foo={5} {..Default::default()} />, similar to struct initialization?