Skip to content
Free Computer Courses
Courses
Search
Projects
Resources
Cheatsheets
Categories
Saved
About
Contact
Log in
Home
/
Web
/
React Tutorials
/ Components and data
Components and data
3 lessons in the React course.
Full React course
·
Search this topic
·
Web
Passing Props
Send data from a parent component into a child with props.
State with useState
Store values that change over time and re-render the UI when they update.
Handling Events
Respond to clicks, input, and other browser events with React handlers.