Skip to content
Free Computer Courses
Courses
Search
Projects
Resources
Cheatsheets
Categories
Saved
About
Contact
Log in
Home
/
Web
/
React Tutorials
/ Effects and data
Effects and data
3 lessons in the React course.
Full React course
·
Search this topic
·
Web
Effects with useEffect
Run side effects after render: timers, subscriptions, and syncing with outside systems.
Fetching Data
Load JSON from an API with fetch, track loading and errors, and render the result.
Composing Components
Split a screen into small pieces and nest them for clearer structure.