https://github.com/wontae-gramin9/react-with-typescript-tutorial
TypeScript and React with TypeScript tutorial
https://github.com/wontae-gramin9/react-with-typescript-tutorial
reactjs typescript typescript-react
Last synced: about 2 months ago
JSON representation
TypeScript and React with TypeScript tutorial
- Host: GitHub
- URL: https://github.com/wontae-gramin9/react-with-typescript-tutorial
- Owner: wontae-gramin9
- Created: 2024-07-10T03:37:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T14:49:45.000Z (over 1 year ago)
- Last Synced: 2025-03-31T03:32:34.010Z (about 1 year ago)
- Topics: reactjs, typescript, typescript-react
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=TiSGujM22OI&list=PLC3y8-rFHvwi1AXijGTKM0BKtHzVC-LSK
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### This repository contains 2 folders, TypeScript and React with TypeScript
# TypeSript

[TypeSript tutorial with Interface, Literal type, Class, Generic](https://www.youtube.com/watch?v=5oGAkQsGWkc&list=PLZKTXPmaJk8KhKQ_BILr1JKCJbR0EGlx0&index=1&ab_channel=%EC%BD%94%EB%94%A9%EC%95%99%EB%A7%88)
[Declare a TypeScript module for JS library that does not support TypeScript](https://velog.io/@badahertz52/ts%EC%97%90%EC%84%9C-js%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-index.d.ts-%EB%AA%A8%EB%93%88)
[TypeSript template literal types](https://toss.tech/article/template-literal-types)
## Tsconfig.json
[Tsconfig.json cheat sheet](https://codingapple.com/unit/typescript-tsconfig-json/)
[Tsconfig.json cheat sheet 2](https://velog.io/@tnehd1998/tsconfig.json-%EB%82%B4%EC%9A%A9-%EC%A0%95%EB%A6%AC)
# React with TypeScript

[React with TypeScript tutorial with props, hooks, generics, HTML type](https://www.youtube.com/watch?v=TiSGujM22OI&list=PLC3y8-rFHvwi1AXijGTKM0BKtHzVC-LSK&ab_channel=Codevolution)