nextjs + it dev nextjs headers nextjs.orgRouting: Route Handlers | Next.jsCreate custom request handlers for a given route using the Web's Request and Response APIs. wono 4 months ago | discuss | tweet + it dev nextjs apiroute github.comr is not a function when wrapping API route with a function · Issue #67833 · vercel/next.jsLink to the code that reproduces this issue https://github.com/Floriferous/next-api-bug To Reproduce Clone this repo: https://github.com/Floriferous/next-api-bug Run it with npm run dev Visit '/' with your browser Notice the error r is n... wono 4 months ago | discuss | tweet + it dev nextjs handler pozafly.github.ioNext.js의 API Routes 코드 모듈화에 대해서API Routes를 사용하면 코드가 매우 지저분해진다. API Routes를 사용하면서 어떻게 하면 코드를 보기 좋은 형태로 남길 수 있을지 고민한 흔적. wono 4 months ago | discuss | tweet + it dev nextjs authjs www.heropy.devAuth.js(NextAuth.js) 핵심 정리Auth.js(NextAuth.js)는 Next.js 프로젝트의 사용자 인증 및 세션 관리를 위한 라이브러리로 Google, GitHub 등의 다양한 인증 공급자를 지원하며, Next.js의 서버와 클라이언트 측 모두에서 인증 및 세션 관리를 손쉽게 처리할 수 있습니다. wono 4 months ago | discuss | tweet + it dev nextjs ssr nextjs.orgUpgrading: Migrating from Vite | Next.jsLearn how to migrate your existing React application from Vite to Next.js. wono 4 months ago | discuss | tweet + it dev nextjs api error github.comfeature request: api route global error handling · vercel/next.js · Discussion #49984https://github.com/y-nk/nonorepo/blob/69b8cac445c72885c6cfd5f8e7eff90deb2b6a05/next-utils/src/catchAll.ts#L92 wono 4 months ago | discuss | tweet + it dev nextjs react-query velog.ioNext.js와 React Query로 SSR 사용하기Next.js와 React Query로 SSR 사용하기 wono 4 months ago | discuss | tweet + it dev nextjs react-query soobing.github.ioNext.js app router에서 React Query 사용하면서 고민했던 것들지난 글에서 react-query의 hydrate, dehydrate을 통해 서버에서 prefetching 한 데이터 사용하는 방법에 대해서 살펴보았습니다. 서버에서 prefetching 한 데이터 사용하기 오늘은 조금 실용적으로 Next.js 13, 14 버전의 app router에서 react-query를 어떻게 사용하고 세팅하면 좋을지 고민했던 내용에 대해서 이야기해보도록 하겠습니다. 해당 글은 23년 10월에 메이저 버전 업데이트된, Next.js 14와 React-Query 5 를 기준으로 작성된 글입니다. 예시로 보여주는 코드는 저의 next-14-react-query repo에서 확인 할 수 있습니다. 제가 크게 고민했던 문제는 아래 세 가지입니다. Hydrate vs ReactQueryStreamedHydration 두 가지 API 중에 어떤 것을 채택할까? Hydration API 사용 시에 RSC, RCC 모두에서 깔끔한 코드를 유지하려면 queryOption은 … wono 4 months ago | discuss | tweet + it dev nextjs react-query www.franciscomoretti.comHow to Use React Query in Next.js Client ComponentsLearn how to integrate React Query in Next.js client components to improve your apps. Use React Query to handle data fetching, mutations, and revalidation. wono 4 months ago | discuss | tweet + it dev nextjs react-query medium.comType-Safe Fetch with Next.js, Strapi, and OpenAPIThis blog post will teach you how to achieve type safety in a front-end application used for your Strapi backend. You can accomplish this with just a few lines of code using a REST API and the fetch… wono 4 months ago | discuss | tweet + it dev nextjs jest tacit.tistory.comNext.js with Typescript 프로젝트 테스트 코드 작성하기(jest, testing-library/react)1. 현재 프로젝트 구성Next.js App router 사용TypescriptEslint 2. 테스트 툴 선택Jest 와 Testing Library 를 사용하기로 결정 3. 세팅1) Testing Libray React 패키지 설치(참고 : Installation - With Typescript)npm install --save-dev @testing-library/react @testing-library/dom @types/react @types/react-dom 2) Jest (React) 패키지 설치(참고: Testing React Apps - Setup With Create React App)npm install --save-dev jest react-test-renderer (참고: Nex.. wono 4 months ago | discuss | tweet + it dev nextjs react-error-boundary lasbe.tistory.com[React] ErrorBoundary & Suspense, 거의 완벽한 사용방법 가이드📒 ErrorBoundary & Suspense, 거의 완벽한 사용방법 가이드잘 만든 Errorboundary백개의 try-catch 안 부럽다.프론트 개발을 계속하다 보니 다양한 상황을 마주치게 되었고, 그에 따른 적절한 화면 표현의 중요성을 점차 느껴갔습니다.대표적으로 서버 데이터에 대한 로딩과 에러 처리가 있죠.끊임없이 사용해 보고 개선해 보니 1년이 지난 지금에서야 어느 정도 감이 잡히는 거 같아 그 방법을 공유해보려 합니다.이 글은 실제 서비스에서의 적용 방법에 대해 설명하는 글이기 때문에 ErrorBoundary와 Suspense에 대한 개념은 아래 글을 참조해 주세요.ErrorBoundary를 통한 선언적인 에러 핸들링, react-query를 이용한 재호출 방법Suspense을 사용해 선.. wono 4 months ago | discuss | tweet + it dev nextjs error www.google.comUnderstand Error Handling in Modern Next.jsWe cover how to handle errors on both the client and server sides, explaining error handling and its process and the types of errors specific to Next.js apps. wono 4 months ago | discuss | tweet + it dev nextjs error careerly.co.krNext.js 에러 핸들링#next.js | Next.js 에러 핸들링을 위해 루트에 error.tsx파일을 생성했습니다. 특정페이지에서 서버 컴포넌트를 만든 후 `throw new Error` 를 통해 에... wono 4 months ago | discuss | tweet + it dev nextjs auth blog.stackademic.comAuthentication Best Practices in Next.js: Middleware vs. Page-Level ApproachesAuthentication is a cornerstone of modern web development. With frameworks like Next.js, developers are equipped with powerful tools to manage authentication seamlessly. However, choosing the right… wono 4 months ago | discuss | tweet + it dev nextjs interceptor github.comIntroduce experimental Request Interceptors by unstubbable · Pull Request #70961 · vercel/next.jsNoteThis API is unstable and might change or not be shipped as stable. This PR introduces Request Interceptors as a complementary solution to Middleware. They allow users to run code at the origin... wono 4 months ago | discuss | tweet + it dev nextjs auth role trillionclues.medium.comHow to Configure Secure Routes Using Next.js Middleware — the right way!Protecting routes in frontend has always been a daunting task for me anytime I have to work on authentication-based applications— in Next.js. Not because the solution doesn't exist out there on the… wono 4 months ago | discuss | tweet + it dev nextjs modal velog.io[Next.js] 라우팅으로 모달 구현하기React에서는 모달을 구현해야 한다면 useState나 전역 상태를 통해 모달을 구현하였다. 그러나 Next.js에서는 별도의 상태없이 모달을 라우팅만으로도 구현할 수 있다. 라우팅만으로 모달을 구현하기 위해서는 Next.js가 제공하는 라우팅 방법 중 병렬 라우 wono 4 months ago | discuss | tweet + it dev nextjs s3 blog.illustudio.co.krNext.js 15에서 route api를 이용해 아마존 라이트세일 버킷(S3)에 이미지 올리기아마존 라이트세일의 S3 버킷 서비스를 활용한 이미지 업로드 구현 방법입니다. Next.js 15와 AWS SDK v3를 사용하여 라이트세일 버킷에 이미지를 업로드하고 URL을 반환하는 과정을 단계별로 정리했습니다. wono 4 months ago | discuss | tweet + it dev nextjs www.youtube.comnext.js tutorial - beginner to advanced🚀 Welcome to a new series on mastering Next.js, the React framework that's transforming web development! Are you ready to take your React skills to the next ... wono 4 months ago | discuss | tweetNext
+ it dev nextjs headers nextjs.orgRouting: Route Handlers | Next.jsCreate custom request handlers for a given route using the Web's Request and Response APIs. wono 4 months ago | discuss | tweet
+ it dev nextjs apiroute github.comr is not a function when wrapping API route with a function · Issue #67833 · vercel/next.jsLink to the code that reproduces this issue https://github.com/Floriferous/next-api-bug To Reproduce Clone this repo: https://github.com/Floriferous/next-api-bug Run it with npm run dev Visit '/' with your browser Notice the error r is n... wono 4 months ago | discuss | tweet
+ it dev nextjs handler pozafly.github.ioNext.js의 API Routes 코드 모듈화에 대해서API Routes를 사용하면 코드가 매우 지저분해진다. API Routes를 사용하면서 어떻게 하면 코드를 보기 좋은 형태로 남길 수 있을지 고민한 흔적. wono 4 months ago | discuss | tweet
+ it dev nextjs authjs www.heropy.devAuth.js(NextAuth.js) 핵심 정리Auth.js(NextAuth.js)는 Next.js 프로젝트의 사용자 인증 및 세션 관리를 위한 라이브러리로 Google, GitHub 등의 다양한 인증 공급자를 지원하며, Next.js의 서버와 클라이언트 측 모두에서 인증 및 세션 관리를 손쉽게 처리할 수 있습니다. wono 4 months ago | discuss | tweet
+ it dev nextjs ssr nextjs.orgUpgrading: Migrating from Vite | Next.jsLearn how to migrate your existing React application from Vite to Next.js. wono 4 months ago | discuss | tweet
+ it dev nextjs api error github.comfeature request: api route global error handling · vercel/next.js · Discussion #49984https://github.com/y-nk/nonorepo/blob/69b8cac445c72885c6cfd5f8e7eff90deb2b6a05/next-utils/src/catchAll.ts#L92 wono 4 months ago | discuss | tweet
+ it dev nextjs react-query velog.ioNext.js와 React Query로 SSR 사용하기Next.js와 React Query로 SSR 사용하기 wono 4 months ago | discuss | tweet
+ it dev nextjs react-query soobing.github.ioNext.js app router에서 React Query 사용하면서 고민했던 것들지난 글에서 react-query의 hydrate, dehydrate을 통해 서버에서 prefetching 한 데이터 사용하는 방법에 대해서 살펴보았습니다. 서버에서 prefetching 한 데이터 사용하기 오늘은 조금 실용적으로 Next.js 13, 14 버전의 app router에서 react-query를 어떻게 사용하고 세팅하면 좋을지 고민했던 내용에 대해서 이야기해보도록 하겠습니다. 해당 글은 23년 10월에 메이저 버전 업데이트된, Next.js 14와 React-Query 5 를 기준으로 작성된 글입니다. 예시로 보여주는 코드는 저의 next-14-react-query repo에서 확인 할 수 있습니다. 제가 크게 고민했던 문제는 아래 세 가지입니다. Hydrate vs ReactQueryStreamedHydration 두 가지 API 중에 어떤 것을 채택할까? Hydration API 사용 시에 RSC, RCC 모두에서 깔끔한 코드를 유지하려면 queryOption은 … wono 4 months ago | discuss | tweet
+ it dev nextjs react-query www.franciscomoretti.comHow to Use React Query in Next.js Client ComponentsLearn how to integrate React Query in Next.js client components to improve your apps. Use React Query to handle data fetching, mutations, and revalidation. wono 4 months ago | discuss | tweet
+ it dev nextjs react-query medium.comType-Safe Fetch with Next.js, Strapi, and OpenAPIThis blog post will teach you how to achieve type safety in a front-end application used for your Strapi backend. You can accomplish this with just a few lines of code using a REST API and the fetch… wono 4 months ago | discuss | tweet
+ it dev nextjs jest tacit.tistory.comNext.js with Typescript 프로젝트 테스트 코드 작성하기(jest, testing-library/react)1. 현재 프로젝트 구성Next.js App router 사용TypescriptEslint 2. 테스트 툴 선택Jest 와 Testing Library 를 사용하기로 결정 3. 세팅1) Testing Libray React 패키지 설치(참고 : Installation - With Typescript)npm install --save-dev @testing-library/react @testing-library/dom @types/react @types/react-dom 2) Jest (React) 패키지 설치(참고: Testing React Apps - Setup With Create React App)npm install --save-dev jest react-test-renderer (참고: Nex.. wono 4 months ago | discuss | tweet
+ it dev nextjs react-error-boundary lasbe.tistory.com[React] ErrorBoundary & Suspense, 거의 완벽한 사용방법 가이드📒 ErrorBoundary & Suspense, 거의 완벽한 사용방법 가이드잘 만든 Errorboundary백개의 try-catch 안 부럽다.프론트 개발을 계속하다 보니 다양한 상황을 마주치게 되었고, 그에 따른 적절한 화면 표현의 중요성을 점차 느껴갔습니다.대표적으로 서버 데이터에 대한 로딩과 에러 처리가 있죠.끊임없이 사용해 보고 개선해 보니 1년이 지난 지금에서야 어느 정도 감이 잡히는 거 같아 그 방법을 공유해보려 합니다.이 글은 실제 서비스에서의 적용 방법에 대해 설명하는 글이기 때문에 ErrorBoundary와 Suspense에 대한 개념은 아래 글을 참조해 주세요.ErrorBoundary를 통한 선언적인 에러 핸들링, react-query를 이용한 재호출 방법Suspense을 사용해 선.. wono 4 months ago | discuss | tweet
+ it dev nextjs error www.google.comUnderstand Error Handling in Modern Next.jsWe cover how to handle errors on both the client and server sides, explaining error handling and its process and the types of errors specific to Next.js apps. wono 4 months ago | discuss | tweet
+ it dev nextjs error careerly.co.krNext.js 에러 핸들링#next.js | Next.js 에러 핸들링을 위해 루트에 error.tsx파일을 생성했습니다. 특정페이지에서 서버 컴포넌트를 만든 후 `throw new Error` 를 통해 에... wono 4 months ago | discuss | tweet
+ it dev nextjs auth blog.stackademic.comAuthentication Best Practices in Next.js: Middleware vs. Page-Level ApproachesAuthentication is a cornerstone of modern web development. With frameworks like Next.js, developers are equipped with powerful tools to manage authentication seamlessly. However, choosing the right… wono 4 months ago | discuss | tweet
+ it dev nextjs interceptor github.comIntroduce experimental Request Interceptors by unstubbable · Pull Request #70961 · vercel/next.jsNoteThis API is unstable and might change or not be shipped as stable. This PR introduces Request Interceptors as a complementary solution to Middleware. They allow users to run code at the origin... wono 4 months ago | discuss | tweet
+ it dev nextjs auth role trillionclues.medium.comHow to Configure Secure Routes Using Next.js Middleware — the right way!Protecting routes in frontend has always been a daunting task for me anytime I have to work on authentication-based applications— in Next.js. Not because the solution doesn't exist out there on the… wono 4 months ago | discuss | tweet
+ it dev nextjs modal velog.io[Next.js] 라우팅으로 모달 구현하기React에서는 모달을 구현해야 한다면 useState나 전역 상태를 통해 모달을 구현하였다. 그러나 Next.js에서는 별도의 상태없이 모달을 라우팅만으로도 구현할 수 있다. 라우팅만으로 모달을 구현하기 위해서는 Next.js가 제공하는 라우팅 방법 중 병렬 라우 wono 4 months ago | discuss | tweet
+ it dev nextjs s3 blog.illustudio.co.krNext.js 15에서 route api를 이용해 아마존 라이트세일 버킷(S3)에 이미지 올리기아마존 라이트세일의 S3 버킷 서비스를 활용한 이미지 업로드 구현 방법입니다. Next.js 15와 AWS SDK v3를 사용하여 라이트세일 버킷에 이미지를 업로드하고 URL을 반환하는 과정을 단계별로 정리했습니다. wono 4 months ago | discuss | tweet
+ it dev nextjs www.youtube.comnext.js tutorial - beginner to advanced🚀 Welcome to a new series on mastering Next.js, the React framework that's transforming web development! Are you ready to take your React skills to the next ... wono 4 months ago | discuss | tweet