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
- 백틱
- useCallback()
- next.js
- 템플릿 리터럴
- react-icons
- svg style
- React
- Lottie web
- npm library
- es module
- useSWRImmutable
- 동적 디자인
- python
- npm module
- useQuery
- 웹 애니메이션
- npm publish
- github login
- typescript
- NEXT
- window.scrollY
- 웹 디자인
- 마이크 권한 요청
- CJS
- flutter
- useState
- nextauth
- recoil
- Tailwind CSS
- useSwr
Archives
- Today
- Total
목록Link (1)
김재욱의 이모저모
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/yZ938/btsi117HEXx/JAYKL4qXJYSoJpUKV778mK/img.png)
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