π¦ React + AJAX & APIs π¦
Posted on Sep 12th, 2022
ποΈ Todayβs Topics
- More about using state in React
- Conditional rendering
- How to make AJAX calls in React using Axios
- The
useEffect
hook
π― Project: React Slideshow
This project is due by class time tomorrow.
π Read | πΊ Watch | π§ Listen
How to Think About Building Things in React
- πΊ Understanding what it means to be declarative instead of imperative - video
- π Thinking in React
- π Thinking in React 2020
- π Thinking βdeclarativelyβ in React
Props and State
π Resources
AJAX in React
useEffect()
- Official React docs
- Ryan Florence tweet summarizing useEffect
- Dave Ceddia: How useEffect Works, with Examples