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 | 31 |
Tags
- Interface
- hardhat
- REACT
- solidity
- API
- useState
- Props
- evm
- middleware
- express.js
- node.js
- web
- typeScript
- HTML
- JavaScript
- nextJS
- tailwindcss
- concept
- Redux
- CSS
- blockchain
- bitcoin
- 삶
- built in object
- Ethereum
- CLASS
- error
- graphQL
- 기준
- SSR
Archives
- Today
- Total
목록Custom App (1)
ReasonJun
Next.js : Custom App / Document / Error page
Custom App Next.js uses the App component to initialize pages. You can override it and control the page initialization and: Persist layouts between page changes Keeping state when navigating pages Inject additional data into pages Add global CSS import '@/styles/globals.css' export default function App({ Component, pageProps }) { return } https://nextjs.org/docs/pages/building-your-application/r..
Frontend/Next.js
2023. 6. 21. 01:33