toss / slash

A collection of TypeScript/JavaScript packages to build high-quality web services.
https://slash.page
MIT License
2.73k stars 302 forks source link

[Feature]: @toss/use-funnel 의 NextJS 13 app directory 지원 #228

Open CodePsy-2001 opened 1 year ago

CodePsy-2001 commented 1 year ago

Package Scope

Package name: @toss/use-funnel

Overview

내부적으로 next/router에 의존하고 있어, next/navigation으로 마이그레이션이 필요한 App Directory 버전에서는 @toss/use-funnl 의 기능을 사용할 수 없습니다.

참고자료1 : https://stackoverflow.com/questions/74421327/nextrouter-was-not-mounted-next-js 참고자료2: https://nextjs.org/docs/messages/next-router-not-mounted

Describe the solution you'd like

appdirectory 경로에서 App Directory 호환 버전을 불러올 수 있도록 합니다.

CodePsy-2001 commented 7 months ago

app directory를 지원하는 라이브러리를 만들었습니다.

npm i next-use-funnel

소스코드: https://github.com/CodePsy-2001/next-use-funnel 예제: https://next-use-funnel.vercel.app