Problem Statement
How can you declaratively render a dynamic list of components based on an array?
Explanation
React recommends rendering lists using Array.map() because it produces a predictable array of JSX elements.
Practice Sets
This question appears in the following practice sets: