DEV Community

Cover image for React code... Navid Mansuri
NAVID MANSURI
NAVID MANSURI

Posted on • Updated on

React code... Navid Mansuri

The quickest way to start learning React is to write React directly in your HTML files. Start by including three scripts, the first two let us write React code in our JavaScripts, and the third, Babel, allows us to write JSX syntax and ES6 in older browsers. You will learn more about JSX in the React JSX chapter.

Latest comments (0)