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.
1 Like