DEV Community

Discussion on: Intro to TypeScript

Collapse
 
belisarius1992 profile image
Stefan Mršević

I am actively using it on the daily basis (usually during the workdays). Absolutely in love in it. The only thing that bothers me a vut is the lack of proper typing support in certain libraries, slow transpiling in the large scale projects and lack of built in refactoring tools in Visual Studio(not Code, the regular one). Keep on going, I would suggest you to show some interesting edge cases(for instance type union) or the example of using some design pattern on one small example.

Collapse
 
racheladaw profile image
Rachel Williams

Thank you for reading Stefan! I'm definitely going to keep learning TypeScript. If you have any good tutorials let me know. I use Atom for my code editor, but I know TypeScript has more functionality with VS Code. Maybe I should get that.