Learn React JS
Install React Js
Introduction
single page application
feature of react
virtual DOM
jSX [javascript syntex extension]
one way data binding :Uni directional flow
React native
Compomemt
Enviromental setup
node and npm
npx create-react-app demo
npm start
React Folder structure
package.json
package-lock.json
public :store css,image,fonts,js and main index.html is define there
src : main source folder