codesandbox-client icon indicating copy to clipboard operation
codesandbox-client copied to clipboard

Default React Template To JSX

Open fweth opened this issue 3 years ago • 0 comments
trafficstars

🌈 Feature

Hello, I noticed that .jsx files have better editing features for jsx syntax than .js files, like Emmet support. For this reason, I change all my .js files in a React project to .jsx, would be cool if that would be included in the React template (it's basically just App.js, index.js and package.json to reference index.jsx). It's not hard to do it manually, but maybe some people don't know that they get a better editing experience this way.

Or maybe alternatively the editing features could be activated for all .js files in a React project.

fweth avatar Jul 25 '22 09:07 fweth