Introduction to React Js and Installation

Introduction to React Js and Installation

·

1 min read

React.js is a front-end library that has become the go-to framework, in the world of modern web development within the JavaScript community. React.js framework is an open-source JavaScript framework and library which is developed by Facebook. It is used to build interactive web apps quickly with significantly less code.

In React, your app is developed by creating reusable components, these components are the individual pieces of a final interface. It works on the MVC pattern that is Model-View-Controller by providing the best and most efficient rendering execution.

React is used to make single-page applications that load only a single HTML document on the initial request. Then, it updates the specific portion, content, or body of the webpage that needs updating using JavaScript.

I will be putting some best youtube video links for installing React.js on your pc/laptop.

Code With Harry(Hindi): https://youtu.be/-mJFZp84TIY

Codevolution(English): https://youtu.be/9hb_0TZ_MVI

Do these videos for the installation of React on your local machine.

Soon I will be coming up with the "Learn ReactJs by doing projects" Series. So complete your installation process and subscribe to the newsletter for regular updates.