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