Target container
Function that creates an element from a given data item
List of data items
Optional
keyKey function for item identification.
If omitted, item.id
or item.key
or item
(if a string) or index
is used.
Optional
updateFunction that updates an existing element using the given data item
Options for reconciliation.