solid-docs
solid-docs copied to clipboard
Use .jsx extension only when there is actual JSX
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.