This is the repository for my presentation on using TypeScript with React
These instructions will get you a copy of the project up and running on your local machine for development / learning
A step by step series of examples that tell you how to get a local env running
Clone the repository
git clone https://github.com/GrantJoshua1995/typescript-react-presentation.git
Go into the project directory
cd */*/typescript-react-presentation
Install the packages
yarn
yarn global add TypeScript
Start up the app
yarn start
rootDir/JsvsTypeScriptExample - Simple app that will turn a TypeScript file into a vanilla JS file.
Simply cd into this directory and run "tsc driver.ts"
src/components - Components for the react app. This is where all components for the app go.
src/types - Types utilised throughout the application.
- React - React, JS Library
- TypeScript - TypeScript, superset of JavaScript