🦊 React + AJAX & APIs 🦊
Posted on Jul 18th, 2022
🗓️ Today’s Topics
- More about using state in React
- Conditional rendering
- How to make AJAX calls from React using Axios
- The
useEffect
hook
🎯 Project: React Slideshow
This project is due by class time tomorrow.
🔖 Resources
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
AJAX in React
useEffect()
- Official React docs
- Ryan Florence tweet summarizing useEffect
- Dave Ceddia: How useEffect Works, with Examples