Create a modern web application with React
Difficulty: Junior ● Progress: 0 / 0 modules completed
Your First Component

Now that your project is set up, it's time to create your very first React component!
You'll see, a component is simply a JavaScript function that returns JSX.
What does a React component contain?
A basic React component contains:
- A function (by convention, the component's name is used, in PascalCase)
- A return() that returns a single JSX element
You need to purchase this course to read this module!
Or !