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

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

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 |