hql287 / Manta

🎉 Flexible invoicing desktop app with beautiful & customizable templates.
https://www.getmanta.app
GNU Lesser General Public License v3.0
5.28k stars 476 forks source link

Convert JSX to JS #204

Closed deadcoder0904 closed 6 years ago

deadcoder0904 commented 6 years ago

I don't think there is any reason to use JSX now.

Because the beginners starting React now won't know that the extension JSX works too.

hql287 commented 6 years ago

Because the beginners starting React now won't know that the extension JSX works too.

I think I can understand what you meant. I hated JSX when I first looked at it, too but now I can't imagine how I would live without it. Plus, I don't think this is a good justification for not using JSX.

I don't think there is any reason to use JSX now.

I'm open for changes but I do need more compelling reasons (than just a subjective statement) to do so. Since JSX is still being used in React doc I don't think it's gonna go away anytime soon.

deadcoder0904 commented 6 years ago

Hey I was just stating about the extension man. .jsx to .js as it is a standard. But its not that important either.