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
- node.js
- tailwindcss
- middleware
- Interface
- Ethereum
- blockchain
- CSS
- SSR
- HTML
- evm
- API
- nextJS
- graphQL
- 삶
- JavaScript
- useState
- Redux
- web
- Props
- solidity
- hardhat
- CLASS
- 기준
- typeScript
- express.js
- REACT
- bitcoin
- built in object
- error
- concept
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