React
RE01

RE01 Exercises

Practical Exercises

  1. Create a UserProfile component that renders the name, email and age of a user.

  2. Create a TodoList component that shows an array of “todos”.

  3. Create a SingleChoiceExercise component that renders a form containing a single choice exercise. What props do you need?

Theoretical Exercises

  1. Whats the difference between HTML and JSX?

  2. Why do we use React components at all?