kbrownc / project-game03

1 stars 1 forks source link

Convert App to Typescript #2

Open Luke-Michael-Brown opened 3 years ago

Luke-Michael-Brown commented 3 years ago

Typescript is an extension of JavaScript that allows you to specify the types of variables. It's great at catching code errors before running new code. Quick intro: https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html One possible guide on converting a react project to typescript: https://www.sitepoint.com/how-to-migrate-a-react-app-to-typescript/