Learning React With Create-React-App (Part 3)
Brandon Richey
266
This is great — but it might be worth just adding that when you create the HelloWorldList.js that you need to import HelloWorld to be able to use it in the class and also don’t forget to export the class at the bottom of the file.