diff --git a/radar/2023-09-01/typescript.md b/radar/2023-09-01/typescript.md new file mode 100644 index 0000000..dae4915 --- /dev/null +++ b/radar/2023-09-01/typescript.md @@ -0,0 +1,11 @@ +--- +title: "TypeScript" +ring: adopt +quadrant: languages-and-frameworks +tags: [coding, frontend] +--- + +Typescript has become more widely used and has become the industry standard for most JavaScript projects. +Typescript brings all the means to avoid errors in development, refactor code, scale projects, and improve +code collaboration. Its widespread use and large community help to further improve and document the language. +Typescript is our language of choice for existing and future projects to write robust and clean JavaScript code.