Open Luke-Michael-Brown opened 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/
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/