typescript-book
typescript-book copied to clipboard
:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹
Server gives you `{foo: string}` and you want `{foo: string, expanded: boolean}` etc. I need to document the guidance for this. Anybody got a nice heading for this? :rose:
Hi @basarat! I believe the chapter on index signature types may contain some slightly misleading information, although I could be wrong. In the section title [Using a limited set of...
https://github.com/Microsoft/TypeScript/pull/18654 `strictFunctionTypes` :rose:
Hi, I sent the MOBI ebook to my Kindle mobile app. After the table of content, the application is frozzen: I need to lock my mobile, to unlock and finally...
Hi, Thanks for the great work on this book, I'm loving reading it. I just noticed that on es6 iterator example in page 50 (pdf version) there is a missing...
https://github.com/Microsoft/TypeScript/pull/15486#issuecomment-303764673 :rose: * Add example here : https://github.com/basarat/typescript-book/blob/master/docs/enums.md * Link to `enums` from here : https://github.com/basarat/typescript-book/blob/master/docs/tips/stringEnums.md
Some examples from here : https://github.com/basarat/conf-ndc-2017/tree/master/ts :rose:
Hi Basarat, I notice that on the interfaces.md file the interface crazy could not be implemented in a class (please check here: https://github.com/Microsoft/TypeScript/issues/8917) and I made a fix with some...
I had an "aha moment" when I read https://github.com/Microsoft/TypeScript/issues/16985#issuecomment-318833845 I think it would be great to explain somewhere that if you want to extend a literal interface, just give it...
Need at least a whole page on it. Someone just asked on Stackoverflow : https://stackoverflow.com/a/44957356/390330 :rose: