Why React.js?
- Open-source library
- Javascript code base (Easy to learn)
- Allows writing custome components
- Large community support (FB, github)
- Helps to build large applications
- Without reloading the page
- Quick & Efficient
- Flexibility
- Fast
- Scalable
- continue to mobile app development with ReactNative (IOS and Android)
How to create project React.js App
- You will need to have Node.js ≥ 14.0.0 and npm ≥ 5.6 on your machine
- After install check node version:> node -v
- Check npm version:> npm -v
- Create project React.js:> npx create-react-app project_name