0% found this document useful (0 votes)
189 views7 pages

React Presentation

React is a JavaScript library for building user interfaces that allows developers to create reusable components to develop interactive and scalable single-page applications; components manage their own state and data using properties and hooks, and updates are efficient as only changed parts of the interface are re-rendered. The document also provides an example project called iNotebook, a note taking app built with React, that demonstrates how users can securely create, edit and delete private notes through a REST API.

Uploaded by

Sejal Barshikar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
189 views7 pages

React Presentation

React is a JavaScript library for building user interfaces that allows developers to create reusable components to develop interactive and scalable single-page applications; components manage their own state and data using properties and hooks, and updates are efficient as only changed parts of the interface are re-rendered. The document also provides an example project called iNotebook, a note taking app built with React, that demonstrates how users can securely create, edit and delete private notes through a REST API.

Uploaded by

Sejal Barshikar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 7

React

Key Concepts
Library for web interfaces
About React
React is a web Library used to make
interactive designs
react is a single page application which
navigates without reloading the page.
COMPONENTS
Components are the building
blocks of a user interface which
are resuable

STATE AND
Key concepts PROPS
Features which make React State allows components to
manage and maintain their own
popular library
data

HOOKS
React Hooks simplify state
management and lifecycle
operations
One of my Projects- iNotebook
INOTEBOOK IS A NOTES REACT APP THAT ALLOWS
USERS TO STORE, EDIT AND DELETE THEIR NOTES.

PASSWORDS OF USERS CAN ADD, USERS CAN AFTER SIGNING OUT,


USERS ARE SECURE DELETE, UPDATE AND ALSO SIGNUP USERS CANNOT
IN INOTEBOOK. VIEW ALL THEIR AND LOGIN IN ACCESS THEIR
NOTES (REST API). INOTEBOOK. NOTES.

React
Project Snippets
Reusable code

Easily maintainable code

Scalable applications
Conclusion
REACT IS USEFUL Interactive user interfaces
BECAUSE
Efficiently updates
and renders components

Back to Agenda
Connect with
me.
Email
sejalbarshikar@gmail.com

LinkedIn
www.linkedin.com/in/sejal-barshikar-
087b40251

Github
https://github.com/sej07

You might also like