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

Props is short for properties. When we need to deliver a value to a component, we use props. When using ‘Hello’ component in App component, it delivers the value of name. 2. Props delivered to components can be inquired through parameters. Props is delivered in the form of an object, and if you want to look up the ‘name’ value, you can look up ‘props.name’. Multiple props, unstructured assignmen..
Frontend/React
2023. 6. 11. 15:26