.js or .jsx, there is a difference between them?

Hi there.
I’ve watched several Frontity Talks on Youtube - and I want to thank you for that - and suddenly I wondered what is difference between file.js and file.jsx.
Which one is best to use ?
So far, I didn’t see differences :thinking:

Hi @mickceb

This page in the React docs explains JSX in detail.

You might also find this page or this page useful.