Summary

Recap the topics covered in this chapter.

We'll cover the following

We have covered a fair bit of ground in this chapter because we built a sample React application.

We can distill the key takeaways from this chapter into the following:

  • We started with the basics of React and JSX syntax, and explored the interaction of logic within JSX returning render functions.

  • We then discussed how properties are used within React components and what the React component state is.

  • We then built a React application to show a product list and discussed the various components we needed to render the list itself and a product details panel.

  • We finished off with a discussion on React form input.

Get hands-on with 1200+ tech skills courses.