# Introduction Welcome to the React documentation! This lab will give you an introduction to conditional rendering. In React, you can conditionally render JSX using JavaScript syntax like `if` statements, `&&`, and `? :` operators.
Click the virtual machine below to start practicing