From 51662f156ab299d2965d84a2084ab43bd34ab997 Mon Sep 17 00:00:00 2001 From: GibboK Date: Tue, 13 Jun 2023 21:31:03 +0200 Subject: [PATCH] Add book about TS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b75b8fb..e0628b5 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ TypeScript is a language for application-scale JavaScript. TypeScript adds optio ### [todomvc-redux-react-typescript](https://github.com/jaysoo/todomvc-redux-react-typescript) - TodoMVC example using Redux, React, and Typescript +### [the-concise-typeScript-book](https://github.com/gibbok/typescript-book) - A Concise Guide to Effective Development in TypeScript. Free and Open Source. + -----