Pass data down to children component with props in React

Share this video with your friends

Send Tweet

In this lesson, we import our list of names - a JavaScript Array - in our index.js file. We then pass it to the App component as a "prop", so it becomes possible for children components to access that data.