Vidhan Bhatt
Vidhan Bhatt
@bshankar thank you for the idea! an oversight on my end is that it is missing from the docs, but components actually do support a `Default` syntax. ```rust rsx! {...
Ah I see. Unfortunately there is no real way to communicate to the struct from the declaration to the component usage which fields are required and which aren't. How would...
Yes, that RFC would definitely simplify this. Your idea would also work great, it's basically the current best way to have a couple default fields. This wouldn't require any changes...
closing this for now, it can be revisited when https://github.com/rust-lang/rust/issues/132162 is added to stable rust.
Thank you so much for the kind words, they mean a lot! :) this is actually possible pretty natively, and the macro can be simply created for use in your...