No questions for this lesson.
In React, you can create distinct components that encapsulate behavior you need. Then, you can render only some of them, depending on the state of your application.
You can use JavaScript operators like if or the conditional operator to create elements representing the current state.