React JS Full Tutorial in Tamil

From Beginners To Advance All React JS Concepts With Source Code Available

React JS Full Tutorial in Tamil
React JS Full Tutorial in Tamil

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

  1. React Introduction

  2. React JS VS Angular JS VS Vue JS VS Node JS

  3. Add React to Your Website within 1 min

  4. How to install Node JS and npm

  5. Create React App in Visual Studio Code

  6. React ES6 ( Class , Arrow , Var , Constant , Let )

  7. React JSX

  8. Functional Components

  9. Class Components

  10. React Props

  11. React State

  12. React 'this' Keyword

  13. React List

  14. React Key

  15. React Lifecycle

  16. React Event Handling

  17. React CSS

  18. React Sass

  19. React Forms

  20. React Fragments

  21. React Hooks

  22. React Router

  23. React Redux

  24. React JS Sample Project

  25. React Interview Questions