#React #Tutorial #Hindi

In this video we will talk about React Installation.

Create React App

Create React App is a comfortable environment for learning React, and is the best way to start building a new single-page application in React.

It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production. You’ll need to have Node = 14.0.0 and npm = 5.6 on your machine. To create a project, run:

npx create-react-app my-app
cd my-app
npm start


Create React App doesn’t handle backend logic or databases; it just creates a frontend build pipeline, so you can use it with any backend you want. Under the hood, it uses Babel and webpack, but you don’t need to know anything about them.

When you’re ready to deploy to production, running npm run build will create an optimized build of your app in the build folder. You can learn more about Create React App from its README and the User Guide.


ReactJs Complete Course: In this complete react tutorial for beginners in Hindi Tutorial, We will learn why we use react and how React js can be used to build amazing Single page applications.

React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library for building user interfaces or UI components. It is maintained by Facebook. React can be used as a base in the development of single-page or mobile applications.

------------------------------------------------------------------------

Important Tutorial Links

HTML Tutorial: https://youtu.be/QXPWs00RD3A
CSS Tutorial: https://youtu.be/WyxzAU3p8CE
Tips for Developer: https://youtu.be/OYMjeZt1T4g
HTML and CSS Project: https://youtu.be/WHgRcRJJOSI
Hosting Website: https://youtu.be/72FNoKoKOqc
JavaScript Tutorial: https://youtu.be/1kUoOLZ0g6g
Bootstrap Tutorial: https://youtu.be/QE5oQh63gGE
jQuery Tutorial: https://youtu.be/Yofox_h4zGQ
WordPress Tutorial: https://youtu.be/ZIETBRztDMU
Photoshop Tutorial: https://youtu.be/BxX1xUrG_z8


Please subscribe to watch more videos like this: https://www.youtube.com/channel/UCWCGvAu1NDCldmLasELk62g?sub_confirmation=1