https://github.com/tkssharma/react-typescript-course-2021
Create React App supports TypeScript out of the box. You can also add it to an existing Create React App project
https://github.com/tkssharma/react-typescript-course-2021
fullstack-javascript javascript jest react react-typescript react-typescripts reactjs testing-framework typescript
Last synced: about 1 month ago
JSON representation
Create React App supports TypeScript out of the box. You can also add it to an existing Create React App project
- Host: GitHub
- URL: https://github.com/tkssharma/react-typescript-course-2021
- Owner: tkssharma
- Created: 2021-06-26T07:49:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T06:22:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T13:34:02.834Z (over 1 year ago)
- Topics: fullstack-javascript, javascript, jest, react, react-typescript, react-typescripts, reactjs, testing-framework, typescript
- Language: TypeScript
- Homepage:
- Size: 441 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Typescript Course 2021
| React Typescript | Example/Folder Name | Topic |
| ------------- |:-------------:| -----:|
| Learn Typescript | typescript-beginner#00 | Basic |
| Learn Typescript React | typescript-react-fundamentals#01 | fundamentals |
| functional Components | functional-components#02 | functional Components |
| class components | class-components#03 | class components |
| react sanbox examples | examples-sandbox#04 | code sandbox |
| React Typescript Setup | https://codesandbox.io/s/hello-world-uc84i | basics |
| React Typescript Setup | https://github.com/tkssharma/react-typescript-course-2021/edit/main/README.md | basics |
| context apis | https://codesandbox.io/s/context-apis-forked-lqsji | context apis |
| use reducer | https://codesandbox.io/s/use-reducers-f7sp1 | use reducer |
| react components | https://codesandbox.io/s/inspiring-chatterjee-0m544 | react parent child |