snippets and <Fragment> in react
neuromagus opened this issue · 0 comments
neuromagus commented
most snippets added <div></div> without <></> (Fragment).
After React 16.2 Fragment is better for wrapping component.
So, why we still using <div>?