0% found this document useful (0 votes)
6 views10 pages

Module-1 Lesson1 Lyst3761

This document introduces ReactJS, explaining its core concepts such as the difference between the DOM and virtual DOM, and highlights the benefits of using React, including ease of learning and a large community. It also lists popular applications built with React, such as Facebook, Instagram, and Netflix. The document serves as a foundational lesson for understanding ReactJS and its applications in modern web development.

Uploaded by

likithnirvan08
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views10 pages

Module-1 Lesson1 Lyst3761

This document introduces ReactJS, explaining its core concepts such as the difference between the DOM and virtual DOM, and highlights the benefits of using React, including ease of learning and a large community. It also lists popular applications built with React, such as Facebook, Instagram, and Netflix. The document serves as a foundational lesson for understanding ReactJS and its applications in modern web development.

Uploaded by

likithnirvan08
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Welcome to

INTERNSHIP STUDIO
Module 01 | Lesson 01
Introduction and Fundamentals of
ReactJS

WWW.INTERNSHIPSTUDIO.COM
What is React?

WWW.INTERNSHIPSTUDIO.COM
Dom vs virtual Dom

• After loading the page, browser creates DOM


• When there is a change in any the element , it’s slower to find
the change in DOM tree structure
• When there is an update in DOM, whole page is repainted
unnecessarily.
Benefits and applications
• Easy to learn
• Easy to adept in modern as well as legacy application
• Faster way to code a functionality
• Availability of large number of ready-made component
• Large and active community
Applications of react
 Facebook, popular social media application
 Instagram, popular photo sharing application
 Netflix, popular media streaming application
 Code Academy, popular online training application
 Reddit, popular content sharing application

As you see, most popular application in every field is being


developed by React Library.
SUM M A R
Y
You got Next
this
 What is React?  Settingsession
up ReactJS
 Components  Installing Node
 Virtual DOM  Creating Project
 Benefits and applications of React  Folder Structure

WWW.INTERNSHIPSTUDIO.COM

You might also like