You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
Is there a reason, why you have choose the jsx File-Extension, for all JS-Files in your Project?
Even the material-kit, which you've forked from don't use jsx-filetype at all.
I suggest to better use JSX only for files, which really have JSX-Syntax inside. Else it make no sense... but best choise is to not use jsx-extension at all and stay with the general .js-fileextension.
Is there a reason, why you have choose the
jsxFile-Extension, for all JS-Files in your Project?Even the material-kit, which you've forked from don't use jsx-filetype at all.
I suggest to better use JSX only for files, which really have JSX-Syntax inside. Else it make no sense... but best choise is to not use jsx-extension at all and stay with the general .js-fileextension.
See here, facebooks recommendadion: react/create-react-app#87 (comment)
If you wan't to change this fast and easy, you could do it with this small bash-script: