Adding react to a legacy website

To work with react on a legacy website, we can add it via CDN. Besides, react and react-dom, we need the babel for JSX support and the latest JS features. Finally, add your components/scripts. hello-world.js app.js index.html

Published
Categorized as React