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...
shubhamagarwal.hashnode.dev5 min readNo responses yet.