lapce / floem

A native Rust UI library with fine-grained reactivity
https://lap.dev/floem/
MIT License
3.05k stars 133 forks source link

add dyn view macro #598

Closed jrmoulton closed 1 month ago

jrmoulton commented 1 month ago

Not sure on the naming.

I like that floem doesn't rely on macros to build it's views but I don't love the readability/ergonomics of dyn_container and I can't figure out a better way to do it without macros.