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
- middleware
- blockchain
- SSR
- web
- evm
- tailwindcss
- Props
- CSS
- Redux
- JavaScript
- error
- hardhat
- nextJS
- concept
- HTML
- Interface
- bitcoin
- express.js
- REACT
- Ethereum
- graphQL
- API
- typeScript
- 기준
- CLASS
- node.js
- solidity
- useState
- 삶
- built in object
Archives
- Today
- Total
목록api routes (1)
ReasonJun
Next.js : API Routes
In Next.js, API Routes provide a way to create serverless backend functionality within your Next.js applications. API Routes allow you to define server-side endpoints that can handle incoming HTTP requests, perform server-side operations, and return responses. This feature makes it easy to build API functionality directly into your Next.js application without the need for an external server. Her..
Frontend/Next.js
2023. 6. 18. 20:04