axios
componentDidMount()
lifecycle method for fetching datanpm
git checkout bootcamp
npm install or npm i
yarn
git checkout bootcamp
yarn
npm install axios or npm i axios
yarn
yarn add axios
posts
API_ENDPOINT: https://jsonplaceholder.typicode.com/users/1/posts
You can find the code we did for this section in bootcamp-fetch
branch.
🌲 branch:
git checkout bootcamp-fetch