React JS Full Tutorial in Tamil

所在平台: Udemy

课程主页: https://www.udemy.com/course/learnreactjs/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:泰米尔语中的 React JS 完整教程 课程概述: 大家好,本课程将为您提供关于 React.js 的快速介绍。React 是一个用于构建用户界面的 JavaScript 库,它是 MVC(模型-视图-控制器)中的“视图”层。ReactJS 是一个开源的组件化前端库,专注于应用程序的视图层,由 Facebook 创建。它用于构建单页面应用程序(SPA),这种应用程序通过动态重写当前网页与 Web 服务器的数据交互,而不是浏览器加载整个新页面。这样可以实现更快的页面切换,使网站体验更像原生应用。 React 在内存中创建虚拟 DOM,操作真实 DOM 比操作虚拟 DOM 慢,因为后者无需在屏幕上绘制。对象状态改变时,虚拟 DOM 只会更新真实 DOM 中改变的部分,而不是更新所有对象,从而使 React 变得高效和强大。React 只更改需要更改的部分! 在本课程中,学生将用泰米尔语学习所有 React JS 概念,包括: - React 介绍 - React JS 与 Angular JS、Vue JS、Node JS 的比较 - 如何在 1 分钟内将 React 添加到您的网站 - Node JS 和 npm 的安装 - 在 Visual Studio Code 中创建 React 应用 - React ES6 语法(类、箭头函数、var、常量、let) - React JSX - 函数组件和类组件 - React Props 和 State - React 'this' 关键字 - React 列表和键 - React 生命周期 - 事件处理 - CSS 和 Sass - 表单处理 - Fragments - Hooks - 路由 - Redux - React JS 示例项目 - React 面试题 该课程适合希望深入了解 React.js 的学生,帮助他们掌握从基础到进阶的技术。

课程评论(0条)

课程详情

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 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

课程标签

0人关注该课程

主题相关的课程