anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
828 stars 27 forks source link

Fragment support #232

Open anp opened 3 years ago

anp commented 3 years ago

I'm not sure this is possible, since mox relies on having the name of a function to call to produce a value for a tag. Opening this issue to explore options.

anp commented 3 years ago

Assuming we land the move to syn-rsx, this will depend on https://github.com/stoically/syn-rsx/issues/8.