using axios, useEffect, useReducer, and some try/catch type error handling.
Includes loads of debug messages, keep these for reference.
Requests beers from punkapi.com and displays them in a paginated form!
MITx MERN Course - Fetch Data in React Apps Exercise (axios/useEffect/useReducer)
JavaScript
using axios, useEffect, useReducer, and some try/catch type error handling.
Includes loads of debug messages, keep these for reference.
Requests beers from punkapi.com and displays them in a paginated form!