🦊 React + AJAX & APIs 🦊
Posted on May 23rd, 2022
🗓️ Today’s Topics
- How AJAX and APIs work
- The useEffect hook
- How to make AJAX calls from React using Axios
🎯 Project
This project is due next Monday. We’ll check in on progress at each class meeting between now and then.
React Trivia. Your goal today is to get a list of trivia categories showing on the page.
🔖 Resources
AJAX in React
useEffect()
- Official React docs
- Ryan Florence tweet summarizing useEffect
- Dave Ceddia: How useEffect Works, with Examples
How to Think About Building Things in React
- Thinking in React
- Thinking in React 2020
- Thinking “declaratively” in React
- Props vs. State - blog post
- Using State vs Props in React - video