CSCI 446 Unit #4

Preparation:

We will use the text Learning React by Kirupa Chinnathambi for this assignment. The first edition is still relevant, but contains some outdated syntax. The second edition of the book should be released soon (if not already). In the meantime, the author has indicated that we can use his online resources: https://www.kirupa.com/react/.

We will read the first seven chapters, which correspond to Introducting React through Meeting JSX...Again! The last chapter is a review, which can be skimmed. Self study topics are listed below, with important concepts in bold.

I strongly recommend that you type in the examples and try them in a browser. Think about the syntax (e.g., when are {} needed, where exactly do the style definitions belong, etc.)