250x250
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 | 29 | 30 |
Tags
- blockchain
- REACT
- evm
- express.js
- useState
- Ethereum
- web
- concept
- solidity
- tailwindcss
- 기준
- 삶
- CSS
- graphQL
- bitcoin
- JavaScript
- middleware
- API
- Props
- typeScript
- node.js
- Interface
- SSR
- nextJS
- HTML
- hardhat
- Redux
- error
- built in object
- CLASS
Archives
- Today
- Total
목록Shallow (1)
ReasonJun
Next.js : File System-based Routing (Shallow Routing)
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..
Frontend/Next.js
2023. 6. 18. 19:24