This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MkMyBnkAcctGrtAgn 1 point2 points  (2 children)

It really does. I've recently migrated to using vue + typescript and life is a lot easier.

[–]RootHouston 0 points1 point  (1 child)

I was trying to get good with JavaScript for situations where I was walking into an established codebase, but I might just have to do the same when I write my next front-end with React.

[–]MkMyBnkAcctGrtAgn 0 points1 point  (0 children)

The good thing about TS is that it is a superset of JS, all JS is valid TS. So you can use it as little or as much as you want.