Resources
React Basics
Difference in JSX and HTML
- To put comments inside JSX, you use the syntax
{/* */}
to wrap around the comment text.
- In JSX every element must be closed.
State and Props:
React Components
Compose Multiple React Component Together
Nested Components