Programming TypeScript: Making Your JavaScript Applications Scale cover
Programming TypeScript: Making Your JavaScript Applications Scale
by Boris Cherny
ISBN: 1492037656
Found in 2 comments on Hacker News
View on Amazon
We may earn a commission from purchases made through links on this page.
Not ready yet? Get weekly book picks.
Don't go anywhere, read a book, do it properly :).

https://www.amazon.com/Programming-TypeScript-Making-JavaScr...

bcherny · 2020-01-02 · Original thread
I hear the frustration in your comment, and I wonder if it’s because you might not be using TS correctly.

When used right: TS infers most of your types, TS does not add to the lines of code you need to write to get something done (especially if you’re already using propTypes), and TS multiplies your productivity by reducing time spent debugging and by making refactoring super easy.

If you’re interested, I wrote a book about how to use TS, targeted towards intermediate/experienced JS programmers: https://www.amazon.com/Programming-TypeScript-Making-JavaScr...