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

dev

it dev nextjs mobile jwt

how to handle autherization for mobile apps in next.js 14

I want to create a next.js 14 app and use its api routes to connect a RN mobile app. But the thing is I am new to next.js and don't have much experience or understanding of cookies but I have worke...
wono | discuss |
id dev nextjs nextauthjs mobile

using_nextauth_with_a_react_native_app_iosandroid

wono | discuss |
it dev nextjs shadcnui dialog

[bug]: Sidebar on mobile requires a DialogTitle · Issue #5746 · shadcn-ui/ui

Describe the bug When I open the sidebar on mobile I get this error: hook.js:608 `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. If you want to hide the `DialogTitle`, you can wrap it ...
wono | discuss |
it dev nextjs shadcnui modal

One Practical Application of Next.JS Parallel and Intercepting Routes: Better UX with Modals.

I have been using Next.js for all my projects for about a year now, and there is always something new... Tagged with nextjs, learning, frontend, react.
wono | discuss |
it dev naming type generic

Generic type parameter naming convention for Java (with multiple chars)?

In some interfaces I wrote I'd like to name generic type parameters with more than one character to make the code more readable. Something like.... Map<Key,Value> Instead of this... Map&l...
wono | discuss |
it dev naming type generic

TypeScript Generics. Discussing naming conventions

We can find the concept of generic types across many languages such as Java, C#. Naturally, they found their way into TypeScript. In this article, we discuss their purpose and provide various examples. We also discuss naming conventions for generics that we can stumble upon. Introducing TypeScript Generics One of the qualities that we strive […]
wono | discuss |
it dev nextjs modal

Next.js 14 강좌 6편. 인터셉팅 라우팅(Intercepting Routes)과 병렬 인터셉팅 라우팅(Parallel Intercepting Routes) 살펴보기

Next.js에서 라우팅 가로채기인 인터셉팅 라우팅과 병렬 인터셉팅 라우팅에 대해 살펴보기
wono | discuss |
it dev nextjs modal

[Next.js] parellel routes + intercepting routes로 모달 만들기

next.js app router에서 추가된 Parallel Routes와 Intercepting Routes를 이용한 모달 만들기
wono | discuss |
it dev nextjs api

Next.js API Routes: The Ultimate Guide

Learn how to build robust, secure, and efficient API endpoints in Next.js. This comprehensive guide will walk you through the critical best practices for creating robust, secure, and efficient API endpoints in Next.js.
wono | discuss |
it dev nextjs request headers

Routing: Middleware | Next.js

Learn how to use Middleware to run code before a request is completed.
wono | discuss |
it dev nextjs headers

Routing: Route Handlers | Next.js

Create custom request handlers for a given route using the Web's Request and Response APIs.
wono | discuss |
it dev nextjs apiroute

r is not a function when wrapping API route with a function · Issue #67833 · vercel/next.js

Link 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 | discuss |
it dev nextjs handler

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

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

Auth.js(NextAuth.js) 핵심 정리

Auth.js(NextAuth.js)는 Next.js 프로젝트의 사용자 인증 및 세션 관리를 위한 라이브러리로 Google, GitHub 등의 다양한 인증 공급자를 지원하며, Next.js의 서버와 클라이언트 측 모두에서 인증 및 세션 관리를 손쉽게 처리할 수 있습니다.
wono | discuss |
it dev nextjs ssr

Upgrading: Migrating from Vite | Next.js

Learn how to migrate your existing React application from Vite to Next.js.
wono | discuss |
it dev nextjs api error

feature request: api route global error handling · vercel/next.js · Discussion #49984

https://github.com/y-nk/nonorepo/blob/69b8cac445c72885c6cfd5f8e7eff90deb2b6a05/next-utils/src/catchAll.ts#L92
wono | discuss |
it dev typscript namespace

Quick Start Typescript ~ 8장 정리

📖 Quick Start Typescript 을 읽고, 간단히 몰랐던 부분이나 중요하다고 생각되는 부분을 작성 8장 모듈📝253p. 모듈 필요성 유지보수 전역 스코프 오염 방지 재사용성 모듈러 프로그래밍 기반 과정 모듈 식별 모듈 분리 선언 외부 공개 📝254p. 내부 모듈, 외부 모듈 차이타입스크립트 1.5부터 Namespce라는 특징과 ES
wono | discuss |
it dev ops db uuid

UUID Benchmark War

This month’s PGSQL Phriday #015 topic is about UUIDs, hosted by Lætitia Avrot. Lætitia has called for a debate. No, no, no. I say let’s have an all-out war. A benchmark war. I have deci…
wono | discuss |
it dev react

Failed form propType: You provided a `value` prop to a form field without an `onChange` handler

When I load my react app I get this error in the console. Warning: Failed form propType: You provided a value prop to a form field without an onChange handler. This will render a read-only f...
wono | discuss |
it dev nextjs react-query

Next.js와 React Query로 SSR 사용하기

Next.js와 React Query로 SSR 사용하기
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms