What is the primary purpose of using array.map() in React rendering?
To mutate existing JSX nodes in place
To transform data items into arrays of JSX elements
To force rerenders after state updates
To automatically assign keys to children