React JS is a JavaScript library to develop a website. It was launched by Facebook in 2011. This is used in front-end. According to google trends, Now it is a most popular JavaScript library. Few years before, Angular and Vue were used in most companies But, Now the companies are try to move React JS.
Index |
When we use react? |
Requirements to learn react JS |
Angular Vs React JS |
Installation of React JS |
![]() |
React JS |
When we use React JS?
- If you are a starter and you want build a project, Then this is correct way to learn and build your projects.
- This is a perfect way to start when you decide to learn JavaScript.
- When you are handle a small project.
Requirements to learn
Here is the basic and very normal requirement to learn react JS. If you don't know the below things, Don't worry you can learn those things when you started,
- Basic HTML
- Basic CSS
- Basic JavaScript
Angular Vs React
Angular | React |
This is a open source | This is also open source |
Developed by Google | Developed by Facebook |
Front-end framework | JavaScript library |
Used in very big projects | Used in Small and medium projects |
It will take Two or more months to learn | It will take only few weeks to learn |
Not beginner friendly | Beginner friendly |
Installation of React
If you want to install react, you should have the Node JS in your local machine(PC). If you don't have the Node JS, Follow below steps.
- Go to official website and download the Node JS msi file: https://nodejs.org/en/download/
- It will automatic install some properties includes npm.
- Check the nodeJS and npm is install or not with this comments in windows comment prompt. node -v and npm -v
npm create-react-app react_app-name
No comments:
Post a Comment