In this chapter, we learned how to design and build a working React application. We covered all the key pieces that make React work, such as React elements, components, props, and states. We also learned about JSX and how similar it is to HTML. Once you learn React, you will find it a very enjoyable framework to build web products with. There is a reason why it is so popular with developers worldwide.
In the next chapter, we'll utilize the knowledge we gained here to build the frontend of our GoMusic website.