Expand description

Iteration utility components for view!.

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

Structs

Functions

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