React and APIs - Full Tutorial - Hacker News API Application

Learn how to use APIs with React in this intermediate tutorial. We’re going to be creating a small application in React that calls the Hacker News API. We’ll be looking at React memo, Axios (to make API calls), styled components, and finally we will test our work using React Testing Library. Once we have done all this we will run our application through Lighthouse (a browser extension) that allows us to test for accessibility, performance and so much more. We will be making 500 automated API calls in this application, and I want to show you how to use memo with React so that we can avoid making multiple network calls if we already have the data. 💻 Code: 🎥 Video by Karl Hadwen. Check out his YouTube channel: ... #react #react_tutorial #javascript #api #apis #react_api #hackernews #react_course #hacker_news_api 20191001 LN6Dol_fX0w
Back to Top