일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- solidity
- tailwindcss
- 기준
- Redux
- express.js
- Ethereum
- HTML
- bitcoin
- SSR
- 삶
- CSS
- middleware
- hardhat
- blockchain
- node.js
- evm
- error
- nextJS
- concept
- built in object
- graphQL
- typeScript
- useState
- REACT
- JavaScript
- CLASS
- API
- Props
- Interface
- web
- Today
- Total
목록Link (3)
ReasonJun
useRouter is a React Hook that provides access to the router state in your Next.js application. This can be useful for getting the current route, navigating to other routes, and handling route changes. The useRouter hook returns an object with the following properties: pathname: The current path of the route. query: The query string of the route. asPath: The path as shown in the browser includin..
The and components in Next.js are both used to create hyperlinks, but they have some key differences. The component is a React component that extends the HTML element. It provides a number of features that are not available in the element, such as: Client-side navigation: The component can be used to perform client-side navigation, which means that the page will not be reloaded when the link is ..
In Next.js, "shallow routing" refers to a technique that allows you to update the URL displayed in the browser's address bar without actually re-rendering the entire page. This means that only the content within the page component will be refreshed while preserving the state of the surrounding components. By default, when you navigate to a new page using Next.js' Link component or the router.pus..