Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, nextjs
Sign in

nextjs

it dev nextjs middleware fs

Next.js middleware Module not found: Can't resolve 'fs'

The Problem You are using the Node.js file system (fs) module in a Next.js middleware function. For example, you have a src/app/middleware.js file that…
wono | discuss |
it dev nextjs auth

[Next.js] Middleware로 로그인 여부 확인 중복 코드 줄이기

Next JS Middleware를 알아보고 로그인 여부를 확인하는 공통 로직을 중앙에서 처리해봅니다.
wono | discuss |
it dev nextjs

Next.js 폴더/파일 구조 잡기

주니어 개발자들이 가장 많이 물어보는 질문이 폴더 구조에 대해 묻는 것이다. 사실 이런 질문들은 항상 답이 정해져있다. “그때 그때 달라요” 아니 시발 그때 그때 다른게 어딨어? 하고 빡이 칠법도 하다. 참 막막하겠지. 내가 그 기분 알지. 사실 저런 답변은 내가 가장 싫어하는 종류중 하나인데, 나는 내가 틀린 답을 낼 지언정 빠르게 적용하고 바로 효과를 볼 수 있는걸 주고 싶어한다. (나는 액상과당 같은 사람이니까 과용하면 해롭다) 그리고 내 생각이 영원히 옳지 않다는 것을 알고 있으므로 더 좋은게 나오면 빠르게 갈아탄다. 자바스
wono | discuss |
it dev nextjs

FrontEnd 개발자가 가장 빠르게 서비스를 구축하는 방법

Introduction웹 애플리케이션을 구축하는 것은 복잡한 작업이 될 수 있지만, 최근 몇 년간 등장한 기술 스택 덕분에 개발 속도를 크게 향상할 수 있는 방법들이 많아졌습니다. 프론트엔드 개발자들은 주로 JavaScript 또는 TypeScript에 익숙한데, 최근에는 서버와 클라이언트 모두 JavaScript로 통합할 수 있는 환경이 마련되면서 프론트엔드 개발자가 웹 전체를 빠르게 구축할 수 있는 강점을 갖추게 되었습니다. 실제로 얼마 전, 저는 부산 지역의 사설 도서관들의 도서 관리 서비스를 구축해야 했습니다. 각 사용자 별 계정을 생성하고, 해당 계정이 속한 도서관에 접근해 도서를 추가하고 삭제할 수 있어야 했으며, 사용자들이 저장된 도서 정보들을 검색할 수 있어야 했죠. 즉 웹 애플리케이션의 ..
wono | discuss |
it blog nextjs ktnextr

‘왜’ kt NexR 개발자는 공홈 만들 때 React 아닌 Next.js를 채택했을까?

서론
wono | discuss |
it dev nextjs pwa

광卫 ㅇr님! 누구㈏★ ㉠ㅏ능 Next.js 프로젝트를 5분만에 앱으로

Next.js로 웹사이트 만들었는데, 앱이면 더 좋을거 같은데.. 원래 있던 코드로 깔끔한 PWA 앱으로 5분만에 만들어버리기! 누구㈏★ ㉠ㅏ능
wono | discuss |
it dev golang nextjs

Go + TypeScript full stack web app, with nextjs, PostgreSQL and Docker

By the end of this, you will understand and create a simple yet complete full stack app using the... Tagged with go, webdev, beginners, devops.
wono | discuss |
it dev nextjs fullstack

GitHub - gadingnst/fullstack-next-template: Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization.

Fullstack TypeScript Next.js Boilerplate with modular architecture with full customization. - gadingnst/fullstack-next-template
wono | discuss |
it dev nextjs s3

Next.js Server Action: A Guide to Uploading Files to AWS S3

In my previous tutorial I describe the details actually what is Server Actions, I build a contact form and send email using server actions. In that tutorial I use server action into a server…
wono | discuss |
it dev nextjs

Standalone Next.js. When serverless is not an option

Ready to deploy your Next.js app, but unsure if serverless is the way to go? Let's explore both serverless and serverful approaches to help you choose the right path for your project.
wono | discuss |
it dev nextjs nestjs

NextJS 와 NestJS를 같이 써보자 (1)

포스트하기 앞서 짧게 두 프레임워크를 연동하려 하는 이유를 말하자면, 우선 개인 포트폴리오 웹 페이지를 만들고 싶었다. 그래서 무료 클라우드 서버를 찾는 와중 국내 서비스인 클라우드타입 을 알게 되었다. 다른 해외 서비스는 해외에 서버가 있기 때문에 느린데 이 녀석은
wono | discuss |
it dev nextjs

Is there a way to use api functions that are "not serveless" ?

wono | discuss |
it dev nextjs serverless

Next.js의 API Routes 코드 모듈화에 대해서

API Routes를 사용하면 코드가 매우 지저분해진다. API Routes를 사용하면서 어떻게 하면 코드를 보기 좋은 형태로 남길 수 있을지 고민한 흔적.
wono | discuss |
it dev nextjs

How can I separate data layer from Next.js API routes?

wono | discuss |
it dev nextjs inject

OOP and Dependency Injection in NextJs

Inversion of Control with InversifyJs in NextJs
wono | discuss |
it dev nextjs cors

Using CORS in Next.js to handle cross-origin requests - LogRocket Blog

There are several ways to configure CORS in Next.js. Let's look at how to use the most critical headers to make your site more secure.
wono | discuss |
it dev nextjs

Next.js 개발 요청사항

1. Routing 정책 - App Router를 쓰는지 그렇다면 use client를 써야하는 상황 - App Router vs. Page Router → App Router 방식을 사용합니다. 공시문서: https://nextjs.org/docs#app-router-vs-pages-router App Router에서는 streaming과 같은 최신 React 기능을 사용할 수 있는 이점이 있습니다. Next.js 13.3까지 Page Router 방식을 사용했고 App Router는 베타 단계였고, Next.js 13.4부터 App Router가 정식 버전으로 채택되었습니다. App Router의 가장 큰 변화는 RSC(React Server Component)를 default로 쓰고 있다는 점입니다..
wono | discuss |
it dev nextjs request

Access Request Object in New App Directory Page Route · vercel/next.js · Discussion #42732

Access Request Object in New App Directory Page Route
wono | discuss |
it dev nextjs

how to get the client Ip address in app router? · vercel/next.js · Discussion #55037

how to get the client Ip address in app router?
wono | discuss |
it dev nextjs zustand

Setup with Next.js - Zustand

wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms