Hello Guys, Now I’ll give quick intro about React. js. React is a JavaScript library for building user interfaces. Its V in MVC (Model View Controller ) . ReactJS is an open-source, component-based front end library responsible only for the view layer of the application. React is created by Facebook. React is used to build single page applications.A single-page application (SPA) is a web application or website that interacts with the web browser by dynamically rewriting the current web page with new data from the web server. Instead of the default method of the browser loading entire new pages. The goal is faster transitions that make the website feel more like a native app. React creates a VIRTUAL DOM in memory. Manipulating Real DOM is much slower than manipulating virtual DOM because nothing gets drawn on the screen. When the state of an object changes, Virtual DOM changes only that object in the real DOM instead of updating all the objects. Virtual DOM makes React extremely powerful and efficient. React only changes what needs to be changed! In this course, Student will learn about all the React JS concepts in TamilReact IntroductionReact JS VS Angular JS VS Vue JS VS Node JSAdd React to Your Website within 1 minHow to install Node JS and npmCreate React App in Visual Studio CodeReact ES6 ( Class, Arrow, Var, Constant, Let )React JSXFunctional ComponentsClass ComponentsReact PropsReact StateReact ’this’ KeywordReact ListReact KeyReact LifecycleReact Event HandlingReact CSSReact SassReact FormsReact FragmentsReact HooksReact RouterReact ReduxReact JS Sample ProjectReact Interview Questions