일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- mac terminal command
- html multimedia
- 하이퍼레저패브릭
- html charset
- html youtube
- #binary
- relative path
- git flow
- hyperledger transaction
- border-box
- #다차원포인터
- #성적관리프로그램
- #CallByAddress
- html object
- #자바상속#자바이즈어#is~a
- html id
- #3차원배열
- html plug-in
- html code
- #1차원배열
- #android activity
- html5 new tag
- #C++ has~a
- #2차원배열
- #C++ 연산자함수오버로딩
- 토큰경제
- #bubbleSort
- html video
- #JAVASCRIPT
- docker example
Archives
- Today
- Total
목록#react export (1)
A sentimental robot
React : component
React의 핵심인 Component에 대하여 공부해자. 나는 이제 리액트를 이용하여 나만의 서버를 만들어 볼 것이기 때문에 전에 만든 리액트 프로젝트 > src 폴더 > App.css를 날려버리고 App.js의 코드를 간단하게 바꿔보았다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 import React, { Component } from 'react'; import Tem from './components/Tem'; import Form from './components/Form'; {/* webpack을 쓰기에 가능한 작업*/ } class App extends Component { render() { return ( {/*JSX 문법*/}..
MERN stack
2018. 10. 22. 20:40