template!() { /* proc-macro */ }
Expand description
The template
macro behaves like view
, except that it wraps the entire tree in a
ViewTemplate
. This optimizes creation speed by rendering
most of the view into a <template>
tag with HTML rendered at compile time, then hydrating it.
In exchange, there is a small binary size overhead.