Do you know the Hacker News platform? It’s a great news aggregator about tech topics. In this book, you will use the Hacker News API to fetch trending stories from the platform. There is a basic and search API to get data from the platform. The latter one makes sense in your case to search stories on Hacker News.Lifecycle MethodsYou will need the knowledge about React lifecycle methods before you can start to fetch data. These methods are a hook into the lifecycle of a React component. They c...