Created by: arnarthor
I don't know if this is wanted, but I've used .jsx to identify components in personal and work projects.
We usually have it as a rule of thumb to have .jsx
for files that export React Components and .js
for files that do not include jsx syntax. This is both helpful to identify component files while scanning the project and is helpful when using editors that identify .jsx
files to use JSX syntax highlighting instead of regular javascript highlight.
If this is not wanted feel free to close this