r5n-labs/vscode-react-javascript-snippets

snippets and <Fragment> in react

neuromagus opened this issue · 0 comments

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