Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

리드미 업데이트 제안 문의 #7

Open
D0ri123 opened this issue Jan 13, 2024 · 0 comments
Open

리드미 업데이트 제안 문의 #7

D0ri123 opened this issue Jan 13, 2024 · 0 comments

Comments

@D0ri123
Copy link

D0ri123 commented Jan 13, 2024

안녕하세요! 상조님 덕분에 멋진 포트폴리오를 손쉽게 만들 수 있었습니다 :)
리드미 문서를 따라하면서 구글 통계를 설정하는 부분에서,
/src/pages/_app.tsx 코드를 수정할 때 useRouter와 useEffect가 인식되지 않아 어려움을 겪었습니다.

저는 프론트엔드 기술에 익숙하지 않아 리드미 코드들을 단순히 복붙만 하고 있었는데요ㅎ
예시 코드에 관련 import 구문도 추가해주셨다면 프론트엔드 기술에 익숙하지 않은 분들도 간편하게 따라 할 수 있었을 것 같아서요!!
useRouter와 useEffect, Script를 import하는 구문은 아래에 적어놓도록 하겠습니다~!
이렇게 좋은 템플릿과 자세한 리드미까지 제공해주셔서 감사합니다! 2024년에도 항상 화이팅하세요!

import { useRouter } from "next/router";
import { useEffect } from "react";
import Script from "next/script";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant