Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 템플릿 리터럴
- es module
- useCallback()
- 웹 디자인
- npm publish
- NEXT
- CJS
- Tailwind CSS
- window.scrollY
- svg style
- useSwr
- flutter
- recoil
- npm library
- nextauth
- 웹 애니메이션
- github login
- react-icons
- 백틱
- Lottie web
- 마이크 권한 요청
- python
- React
- useQuery
- next.js
- 동적 디자인
- useState
- typescript
- useSWRImmutable
- npm module
Archives
- Today
- Total
목록A태그 (1)
김재욱의 이모저모
Next.js 에서 Next/Link 를 사용하여 외부 링크로 접속하기
https://nextjs.org/docs/pages/api-reference/components/link Components: | Next.js is a React component that extends the HTML element to provide prefetching and client-side navigation between routes. It is the primary way to navigate between routes in Next.js. Good to know: tag attributes such as className or target="_blank" can be added nextjs.org Next/Link의 사용법 import Link from "next/Link"; .....
Front-end/Next.js
2023. 6. 7. 14:22