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
- github login
- npm module
- next.js
- window.scrollY
- useState
- typescript
- 웹 애니메이션
- 템플릿 리터럴
- NEXT
- npm publish
- 마이크 권한 요청
- npm library
- recoil
- python
- Tailwind CSS
- useSwr
- nextauth
- React
- es module
- 백틱
- CJS
- useCallback()
- useQuery
- 웹 디자인
- react-icons
- flutter
- svg style
- 동적 디자인
- Lottie web
- useSWRImmutable
Archives
- Today
- Total
목록A태그 (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