Q. What will happen if a React component returns false in its render method?
β
Correct Answer: (A)
It will render nothing
Explanation: Returning false or null means nothing is rendered.