Macro dioxus_core_macro::render

source ยท
render!() { /* proc-macro */ }
๐Ÿ‘ŽDeprecated: Use rsx! instead.
Expand description

The rsx! macro makes it easy for developers to write jsx-style markup in their components.

The render macro automatically renders rsx - making it unhygienic.