Open neuromagus opened 9 months ago
most snippets added <div></div> without <></> (Fragment). After React 16.2 Fragment is better for wrapping component. So, why we still using <div>?
<div></div>
<></>
<div>
most snippets added
<div></div>
without<></>
(Fragment). After React 16.2 Fragment is better for wrapping component. So, why we still using<div>
?