From f2ffa19cef7a8637a693afbd63e85637a9edd8cb Mon Sep 17 00:00:00 2001 From: "Md. Jamal Uddin" <20262255+jaamaal95@users.noreply.github.com> Date: Sun, 26 Dec 2021 21:08:44 +0600 Subject: [PATCH] Add TypeScript resources (#973) * add react.js resources * add css resources * add graphql resources * add redux resources * add typescript resources --- .../100-frontend/content/116-type-checkers/100-typescript.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/roadmaps/100-frontend/content/116-type-checkers/100-typescript.md b/content/roadmaps/100-frontend/content/116-type-checkers/100-typescript.md index e8eda80d3..325e313cb 100644 --- a/content/roadmaps/100-frontend/content/116-type-checkers/100-typescript.md +++ b/content/roadmaps/100-frontend/content/116-type-checkers/100-typescript.md @@ -5,3 +5,8 @@ TypeScript is a strongly typed programming language that builds on JavaScript, g Free Resources TypeScript Tutorial TypeScript for Beginners +TypeScript Website +The TypeScript Handbook +Official Docs for Deep Dives +TypeScript - The Basics +TypeScript Course for Beginners 2021 - Learn TypeScript from Scratch!