Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/leye195/ts-todolist
- Owner: leye195
- Created: 2020-06-07T09:54:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T02:32:03.000Z (8 months ago)
- Last Synced: 2024-04-24T05:07:05.424Z (8 months ago)
- Topics: react, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 2.38 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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에 정의된 요소들의 타입 정의