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

Add styled-jsx snippet #133

Closed aquaductape closed 4 years ago

aquaductape commented 4 years ago

styled-jsx is commonly used in Next.js framework.

The reason I placed styled-jsx in its own section in the README, is because it is different than regular inline React style jsx. The CSS styles defined in styled-jsx are scoped to its React component, where as regular inline style jsx is global.