RE01 Exercises
Practical Exercises
-
Create a UserProfile component that renders the name, email and age of a user.
-
Create a TodoList component that shows an array of “todos”.
-
Create a SingleChoiceExercise component that renders a form containing a single choice exercise. What props do you need?
Theoretical Exercises
-
Whats the difference between HTML and JSX?
-
Why do we use React components at all?