r5n-dev / vscode-react-javascript-snippets

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

Create imrrd snippet #194

Closed r3vert closed 3 years ago

r3vert commented 3 years ago

When using react most people import both React & ReactDOM, but there are only snippets for React and ReactDOM separately.

So I made a snippet to import both React and ReactDOM

imrrd im = import, r = react, rd = reactDOM speed-final-clip

ice-chillios commented 3 years ago

I wouldn't introduce those combined imports as it would produce more and more sequences that will match for someone. It's better to introduce a component or whole snippet where you are using ReactDOM instead of just imports