When is the ternary operator a useful conditional-rendering choice in JSX?
When state must be mutated directly during rendering.
Only when a component must return null.
null
Only when the false case must always render the same element.
When one condition should choose between two alternative UI results.