React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Fragment Quiz
When should you use the explicit Fragment syntax instead of the shorthand?
Report this question
When the Fragment needs a key
Show Explanation
The shorthand syntax cannot receive a key. For keyed Fragments, use the explicit Fragment component.
Whenever there is only one child
Only inside class components
Only for server rendering
Next Question (3/20)