React with Typescript 세미나 강의를 듣고 정리하며 공유한다. React 에는 부모 컴포넌트로부터 데이터를 받을 수 있는 props와 component안에서 사용할 수 있는 state가 있다. props와 state의 정의 및 특징(출처: React with Typescript 세미나 강의) 다음은 props와 state 예제이다. // App tsx // React typescript이기 때문에 Props인터페이스와 State를 만들어 줘야한다. export interface Props { name: string; company?: string; } interface State { age: number; } class App extends React.Component { static d..
카테고리 없음
2018. 8. 22. 15:02
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Router
- angular router
- jQuery
- JavaScript
- data grid component
- mobx
- python3
- Spring Boot
- Spring
- data gird component
- data component
- JSON
- 페이스북 로그인
- 파이썬
- 파이썬3
- CSS
- https://www.tistory.com/auth/logout/
- data table component
- localStorage
- React-router
- Python
- Angular
- react
- facebook login
- MySQL
- Redux
- Java
- data component module
- JPA
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함