r5n-labs / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.74k stars 442 forks source link

snippets and <Fragment> in react #316

Open neuromagus opened 9 months ago

neuromagus commented 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>?