Skip to content

rjc1704/react-typescript-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Typescript 기초 예제

초간단 컴포넌트 예제

프로젝트 실행 방법

yarn install
yarn start

기본 세팅

  • tsconfig.json "target": "ES2016" 수정
  • styled-components, @types/styled-components 설치

onClick, onSubmit 등 이벤트 타입 찾는 방법

<form onSubmit={e=>{}}>...</form> 와 같이 작성하시고 e에 커서를 올리시면 e에 대한 타입이 나옵니다.

참고할만한 사이트

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.8%
  • HTML 22.8%
  • CSS 1.4%