Maybe you think for using ReactJS you should insall NPM but in this react tutorial I will show you how to run ReactJS Application Without Installing NPM !
instead of installing Node JS and using react npm start, react-create-app or ReactDOM commands you can use CDNs . By adding CDNs to your HTML header you can run your React Applications easily.
I am trying to create a React application without installing any npm package like create-react-app. or react-dom. We will only use the React CDN in an HTML file.
This way of application development gives us a basic understanding of the main building blocks required to develop a React application.
*** Download the source code used in this React tutorial by this below link :
https://drive.google.com/file/d/1-i5N...
#ReactJS
#reacttutorials
#react