Reputation: 2697
I am starting out with React and I'd like to write my app in ES5. I have created an html with script
tags for react.min.js
, react-dom.min.js
and my own app.js
file. Now what do I need to do in order to be able to write JSX in my JavaScript file?
P.S: I will use NodeJS and Express on the server side to deliver the app.
Upvotes: 1
Views: 311
Reputation: 1681
I would try to answer as detail as possible your questions:
Hope this help you!
Upvotes: 1