React + Typescript tutorial Clone the repo git clone <URL> Once clone, you can run: yarn Installs all the dependencies. yarn start Runs the app in the development mode. Open http://localhost:3000 to view it in the browser. Topics covered Props Hooks Typescript + Class Component Component as props Generic Props Restricting Props Template Literal Props Custom Component Styling Extracting props from other components Polymorphic components