Benjamin Templebenjamintemple.hashnode.dev·Oct 23, 2024A Comprehensive Guide to Data Fetching in Next.js 15Data fetching in Next.js has come a long way, and with the introduction of the App Router and server components, we’ve stepped into a new era. The focus is shifting - Vercel now recommends doing as much data fetching on the server as possible. But th...Discuss·110 readsNext.js
Subhamcodexam.hashnode.dev·Oct 15, 2024Is Redux Dead? Why I Kicked Redux Out of Our SaaS App🔥Connect: https://www.subham.online 🔥Twitter: https://twitter.com/TheSubhamMaity A few months ago, I took the plunge and refactored parts of a SaaS app I’ve been working on for a while. We had Redux in there, doing its thing, managing global state...DiscussRedux
Abdulwasiu AbdulmuizeforPryma Studioprymastudio.hashnode.dev·Oct 13, 2024Part 1: Managing API Requests with Exponential Backoff and a Request Queue in JavaScriptWhen building web applications, managing multiple API requests efficiently is crucial, especially when dealing with rate limits or unstable network conditions. This is where exponential backoff and request queuing come into play. In this blog post, w...Discuss·5 likes·30 readsBuilding Resilient API Requests with Exponential BackoffReact Query Caching
Amrit Adhikariamrit69.com.np·Oct 6, 2024How to Fetch Data from an API Using React Query in a React.js Project Like a ProIn this article, we will explore how to fetch data from an API in a React.js project using React Query. We’ll also look at how to handle loading states and errors gracefully. By the end, you’ll be able to integrate React Query into your projects to s...DiscussReact
Mike Odnisblog.mikeodnis.dev·Sep 26, 2024Beyond Static: Creating a Dynamic Developer Portfolio with Next.js and Modern Web TechIntroduction In today’s digital age, personal branding is crucial for developers looking to stand out in a competitive job market. A personal website that showcases your technical skills, personality, and accomplishments can open doors to new opportu...Discuss·93 readsShadn
Mido Sayedmidosayed.hashnode.dev·Sep 17, 2024How a Front-End Engineer Evolves: Writing React Code at Different Skill LevelsAs a front-end engineer, your coding style and approach change as you gain more experience and become familiar with advanced tools and techniques. In this article, we will use the Dog API to demonstrate how to fetch an image at different skill levels...DiscussSuspense in React
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·29 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·602 readsReactHelpful. Keep it up✌️ 3
Dongkyu Kimpo4tion.dev·Aug 13, 2024나는 왜 TanStack Query를 사용할까?소개 안녕하세요! 프론트엔드 개발자 김동규입니다. 오늘은 오랜만에 'AWSKRUG 프론트엔드 소모임'에 참여하고 왔는데요. 발표 주제는 'TanStack Query(=React Query)'였고 발표자는 김민수님(데브크라)이었어요. 실무에서 자주 사용하는 기술에 대한 발표여서 흥미를 느껴 재빨리 신청했었어요. 오늘 글에서는 발표를 들은 후기와 제가 'TanStack Query'를 사용하는 이유에 대해 공유하고자 해요. 사용법에 대해서는 다루지 ...Discuss·74 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