🦊 React + AJAX & APIs 🦊
Posted on Dec 6th, 2021
Today’s Topics
- How AJAX and APIs work
- How to make AJAX calls from React using
fetch()
or Axios.
🎯 Project
React Trivia. Your goal today is to get a list of trivia categories showing on the page.
🔖 Resources
AJAX in React
How to Think About Building Things in React
- Thinking in React
- Thinking “declaratively” in React
- Props vs. State - blog post
- Using State vs Props in React - video