Okere Kelvinokerekelvin.hashnode.dev·Jan 16, 2024React Data Fetching: Exploring Diverse MethodsData fetching is essential in modern web development for creating dynamic and interactive applications. In the React ecosystem, developers have various methods for efficiently fetching data, ranging from the traditional Fetch API to modern solutions ...javascript framework
God'sFavour Omoaregodsfavouromoare.hashnode.dev·Aug 15, 2023Easy steps to get data from API in ReactI remembered working on a project last year that dealt with fetching my GitHub repository using the API. I started just a few days before the deadline, and I needed to pull off a miracle. Before that, I had no prior knowledge of how to fetch data fro...1 likeReact
Preeti samuelkamilapreetisamuel.hashnode.dev·Jun 3, 2023API Request and Data FetchingFetching data from an API is a critical aspect of most modern web and mobile applications. While it's necessary for ensuring the app functions as intended, it can also be a performance bottleneck if not handled correctly. In this article, we'll cover...APIs