Module sycamore::flow[][src]

Expand description

Iteration utility components for template.

Iteration can be either “keyed” or “non keyed”. Use the Keyed and Indexed utility components respectively.

Structs

Non keyed iteration (or keyed by index). Use this instead of directly rendering an array of Templates. Using this will minimize re-renders instead of re-rendering every single node on every state change.

Props for Indexed.

Keyed iteration. Use this instead of directly rendering an array of Templates. Using this will minimize re-renders instead of re-rendering every single node on every state change.

Props for Keyed.