Helpers

Repeat

The repeat helper is used to efficiently repeat an element inside a container for a given array of data. It is usually called from within the dom updater for an Array property:

The repeat function takes the following arguments:

There is also a repeat helper for use on the server.

Next: Server Rendering Previous: Lifecycle