반응형
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
- server
- React
- node.js
- bit
- routes
- Navigation
- priority_queue
- c++
- Callback
- component
- 비트연산
- state
- axios
- css
- map
- treenode
- count
- nodeJS
- Props
- array
- BinaryTree
- DP
- route
- MySQL
- queue
- JSX
- event
- Context
- UE5
- leetcode
Archives
- Today
- Total
목록image (1)
우사미 코딩
1. src폴더안에 images 폴더 생성 후 이미지파일 넣는다 2. 이미지를 import한다 (App.js) import ProfileCard from "./ProfileCard"; import AlexaImage from "./images/alexa.png"; import CortanaImage from "./images/cortana.png"; import SiriImage from "./images/siri.png"; console.log(AlexaImage); console.log(SiriImage); function App(){ return( Personal Digital Assistance ); } export default App; 이미지는 컴포넌트처럼 변수로 선언하여 사용할 수 있다. i..
React
2023. 6. 22. 13:40