I am trying to get started building a site in ReactJS. However, when I tried to put my JS in a separate file, I started getting this error: \"Uncaught SyntaxError: Unexpecte
Add type="text/babel" to the script that includes the .jsx file and add this:
type="text/babel"