When would we want to dynamically create a list of React components?
Why is it important for React components to be data-driven?
Where in the component code would a list of React components typically be built?
What Array method is commonly used to create a list of React components?
Why do components in a list need to have unique keys?
What is the best value to use as a “key” prop when rendering lists?