Introdcution to React.JS - Bootcamp Presentation.pptx
kuldipem
39 views
12 slides
Jul 07, 2024
Slide 1 of 12
1
2
3
4
5
6
7
8
9
10
11
12
About This Presentation
This is React presentation for college students to give them overview of the React framework using simple methods. Includes Virtual DOM, Tools, Fundametals, with some diagrams.
Size: 4.75 MB
Language: en
Added: Jul 07, 2024
Slides: 12 pages
Slide Content
React.JS Bootcamp KULDIP PIPALIYA
Agenda Introduction What is React.JS ? Why React, instead of traditional HTML/CSS pages ? How does React works ? Environment setup Prerequisite things before you start with React TODO Example What is JSX ? What is state and props, and difference between ? What is hooks ? Q & A
What is React ? A JavaScript library created by Facebook User Interface library SPA
Why React, instead of traditional HTML/CSS pages ? To build maintainable, high-performance UI Great UX
How does React.js work ?
Environment setup
PREPARING FOR A WAR
TOOLS
TODO - Example What is Component ? What is JSX ? What is state and Props, and difference between ? What are hooks ? useState useEffect