Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leye195/ts-todolist

ToDoList with TypeScript, React (TypeScript Practice)
https://github.com/leye195/ts-todolist

react styled-components typescript

Last synced: 20 days ago
JSON representation

ToDoList with TypeScript, React (TypeScript Practice)

Awesome Lists containing this project

README

        

# ToDo-List with TypeScript, React, Styled-Components

TypeScript 활용 Simple React ToDo-List 웹 (TypeScript 연습)

### 데모

[[데모]](https://leye195.github.io/TS-toDOList/)

### 소득

- cra활용 프로젝트 생성 (create-react-app todo-list --typescript or create-react-app app-name —scripts-version=react-scripts-ts)
- props-Types 없이 TS에서 변수 타입 체크 및 interface 및 다른 type을 이용해 받을 변수 타입 미리 정의해 오류 방지
- @types (Definitely Typed)로 정의된 lib 사용
- tsconfig 활용 방법
- styled.d를 활용해 theme에 정의된 요소들의 타입 정의