adspace
Answer Posted / Manish Kumar Tripathi
Fragments in React are a way to group multiple child elements without adding an extra wrapping DOM element. They are created using the React.Fragment, <></> or the shorter form <>...</> syntax.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers