Rating 4.2 out of 5 (23 ratings in Udemy)
What you'll learn- Students will learn all ReactJS concepts from the beginning to an advanced level, topic by topic, with line-by-line coding explanations.
- React JS interview questions & answers are also available for job seekers who want to work as a React Developer.
- Each concept is explained with real-time use cases. So, beginners can also understand the concepts easily.
- Source code is available for all concepts. So, students can understand the …
Rating 4.2 out of 5 (23 ratings in Udemy)
What you'll learn- Students will learn all ReactJS concepts from the beginning to an advanced level, topic by topic, with line-by-line coding explanations.
- React JS interview questions & answers are also available for job seekers who want to work as a React Developer.
- Each concept is explained with real-time use cases. So, beginners can also understand the concepts easily.
- Source code is available for all concepts. So, students can understand the concepts practically by writing and running a program.
DescriptionHello 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