Module kobold::keywords

source ·
Expand description

Keyword handles for { ... } expressions in the view! macro.

Functions

  • { for ... }: turn an IntoIterator type into a View.
  • { ref ... }: diff this value by its reference address.
  • { static ... } disable diffing for T and never update its value in the DOM after the initial render.
  • { use ... }: disable diffing for T and apply its value to the DOM on every render.