.jsx extension no longer necessary?

I just recently noticed that React JSX files don’t have to actually end in .jsx anymore. When did this happen? I noticed a lot of newer code on GitHub that has ditched .jsx.

You don’t need it anymore. Just write jsx in js files.

https://github.com/meteor/meteor/issues/6152

1 Like