Navayuvan Subramaniannavayuvan.hashnode.dev·Aug 24, 2024Efficient API Consumption in React TypeScriptAPIs are playing an important role in software development today. In the world of cloud computing, no application can function without APIs. The way you architect and consume these APIs can significantly impact your app's performance. Let’s explore b...Discuss·26 readsReact
Ravindra Nagblog.ravindranag.in·Aug 13, 2024FeaturedBuilding Forms in React: How to Handle State, Validation, API Calls, and ToastsHi there, today I am sharing my knowledge of form building in React. Very often, we have found ourselves writing a bunch of useState or even worse, using a global state management library like Redux to manage form values, errors, loading states, etc....Binayak Sadangi and 6 others are discussing this7 people are discussing thisDiscuss·56 likes·553 readsReactHelpful. Keep it up✌️ 3
Dongkyu Kimpo4tion.dev·Aug 13, 2024나는 왜 TanStack Query를 사용할까?소개 안녕하세요! 프론트엔드 개발자 김동규입니다. 오늘은 오랜만에 'AWSKRUG 프론트엔드 소모임'에 참여하고 왔는데요. 발표 주제는 'TanStack Query(=React Query)'였고 발표자는 김민수님(데브크라)이었어요. 실무에서 자주 사용하는 기술에 대한 발표여서 흥미를 느껴 재빨리 신청했었어요. 오늘 글에서는 발표를 들은 후기와 제가 'TanStack Query'를 사용하는 이유에 대해 공유하고자 해요. 사용법에 대해서는 다루지 ...Discuss·45 readstanstack
moiz ghumanmoizghuman.hashnode.dev·Aug 7, 2024Increase performance with Next.js and React QueryIn the world of web development, optimizing performance and user experience is crucial. One of the most effective ways to achieve this is through Static Site Generation (SSG) and hydration, especially when using frameworks like Next.js. This article ...DiscussNext.js
Lucas ROURETrouret.hashnode.dev·Aug 1, 2024Stop using useQuery from React-Query !In any web application, managing loading and error states is crucial. Displaying loading states keeps the user informed, but historically, this management can be tedious to implement manually. React Query greatly simplifies the handling of loading st...Dhruvil S Shah and 1 other are discussing this2 people are discussing thisDiscuss·5 likes·5.2K readsReact
Hamza Mellahiblog.hmellahi.me·Jul 7, 2024STOP using UseEffect for data fetchingUseEffect hook is a good choice for fetching data in small apps. However, for larger, more complex applications, it has several limitations. 𝗟𝗶𝗺𝗶𝘁𝗮𝘁𝗶𝗼𝗻𝘀 𝗼𝗳 𝘂𝘀𝗲𝗘𝗳𝗳𝗲𝗰𝘁 𝗳𝗼𝗿 𝗱𝗮𝘁𝗮 𝗳𝗲𝘁𝗰𝗵𝗶𝗻𝗴: 𝗡𝗼 𝗰𝗮𝗰𝗵𝗶𝗻𝗴: Fetche...Discuss·2 likes·137 readsReact
Yujan Prajapatiblog.yujan.com.np·Jun 30, 2024Effortlessly Manage Data Fetching in Next.js with useQueryIntroduction We've all been there—stuck in the weeds of data fetching, managing state, and handling errors, all while trying to build a sleek Next.js app. It can feel like a never-ending battle. But what if I told you there's a way to make this proce...Discuss·34 readsReact
Judge-Paul Ogebejadge.hashnode.dev·Jun 29, 2024Axios/Fetch vs React QueryIf you are familiar with the concept of touching grass then you're probably not aware but there's a big debate among frontend web (mainly react) developers on whether it's necessary to spend days to weeks learning a whole new framework called Tanstac...DiscussReact
Ammar Mirzaammarmirza.hashnode.dev·Jun 14, 2024How to Create an Infinite List with Tanstack (React Query & Virtual)What's up, Techies? As you are already familiar with the title, today we are going to discuss creating an infinite list with the help of Tanstack Query and Tanstack Virtual. We will be using a virtualized list approach to render a huge list of items ...Shad Mirza and 1 other are discussing this2 people are discussing thisDiscuss·58 likes·205 readsinfinite scrolling
Yassine Nassibwhitebeard-dev.com·May 29, 2024Data fetching with React Query && AxiosHi Again , In this blog post , we are going to use react query to fetch data from server. we will be using dummy json api to get random data. Let's go. First of all , let's take a look at our folders/files architecture : You can find the source code...Discuss·1 like·159 readsaxios