React JS Full Tutorial in Tamil
From Beginners To Advance All React JS Concepts With Source Code Available

React JS Full Tutorial in Tamil udemy course free download
From Beginners To Advance All React JS Concepts With Source Code Available
Hello Guys, Now I'll give quick intro about React.js.
React is a JavaScript library for building user interfaces.
It’s ‘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 Tamil
React Introduction
React JS VS Angular JS VS Vue JS VS Node JS
Add React to Your Website within 1 min
How to install Node JS and npm
Create React App in Visual Studio Code
React ES6 ( Class , Arrow , Var , Constant , Let )
React JSX
Functional Components
Class Components
React Props
React State
React 'this' Keyword
React List
React Key
React Lifecycle
React Event Handling
React CSS
React Sass
React Forms
React Fragments
React Hooks
React Router
React Redux
React JS Sample Project
React Interview Questions