React Learning Path - Day 5 馃殌
Apr 15, 2023 路 5 min read 路 React Fragment vs <></> React fragment is used when you want to group multiple elements into one root element. To return multiple elements from a React component, you'll need to wrap the element in a root element.We can use <div> also instead of reac...
Join discussion