My reading journal for Code Fellows
What are the building blocks of a React app?
What is the difference between an element and a React component?
What are some advantages of React’s component based architecture?
What is JSX and why do we use it?
Describe the process of embedding JavaScript expressions in JSX.

Is it safe to embed user input in JSX? Explain.
Explain what a React Component is to a non-technical friend.
Describe mutability and React Components, specifically, how is the UI updated?
If changes are made to the UI, what does React update?
What do you look forward to learning?
What are your learning goals after reading and reviewing the class README?