React JS Quiz
Home
Blog
Privacy Policy
Contact Us
Fragment Quiz
Which syntax is the common shorthand for Fragment?
Report this question
<>...</>
Show Explanation
The empty JSX tag syntax <>...</> is shorthand for a Fragment in most cases.
<Fragment key={id}>
<div></div>
<React.StrictMode>
Next Question (2/20)