1st Week Presentation Node JS
1st Week Presentation Node JS
Internship
● HUSSAIN TARIQ
BY
PRESENTED
● SHAYAN TAHIR
What is React?
• React is a free and open-source front-
end JavaScript library for building user
interfaces based on UI components.
React Component-
Based-Architecture
Props PropTypes
My 1st Project in React –
TextUtils app
Functionalities
● Capitalize Text
● Clear Text
● Text Summary
● Text Preview
TextUtils UI – Light Theme
TextUtils UI – Dark Theme
React Router
Functionalities
● Fetching international news through API
● Different categories of news available that can
be accessed by one click.
● Pagination
● Every news author, news published time, news
description and direct link to news available.
● Sticky Navbar
● Infinite Scroll
Creating a project using
Class Based Components
Writing rcc in
App.js gives the
format of class
based
components
Difference between
function based and class
based.
Using this.
We can directly
run variables and
props and states
this.states.
this.props.
this.c
Using props in class based
Using states in class based
When we want
to change
variable without
loading page
we use states
Using Fetch API in react to
populate news item.