solid-docs icon indicating copy to clipboard operation
solid-docs copied to clipboard

Use .jsx extension only when there is actual JSX

Open mathieuprog opened this issue 3 years ago • 0 comments

Example: https://www.solidjs.com/tutorial/stores_immutable?solved

Only the file main.jsx contains JSX, all other files don't but still have the extension .jsx and not just .js

I would suggest to use .jsx only where we have JSX.

mathieuprog avatar Jul 18 '22 02:07 mathieuprog